From 3ce0654977c714bd662ac00bdd915bdff30d6664 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 9 Jan 2020 08:45:34 +0000 Subject: [PATCH] vim: add toml; move 'cll' to javascript group --- vimrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vimrc b/vimrc index a063123..a329a60 100644 --- a/vimrc +++ b/vimrc @@ -36,6 +36,7 @@ call plug#begin('~/.vim/plugged') Plug 'pangloss/vim-javascript' Plug 'othree/html5.vim' Plug 'matthew-brett/vim-rst-sections' + Plug 'cespare/vim-toml' Plug 'elixir-editors/vim-elixir' Plug 'elzr/vim-json' @@ -73,6 +74,11 @@ augroup filetype_vue autocmd BufRead * imap cll console.log()==f(a augroup END +augroup filetype_javascript + autocmd! + autocmd BufRead * imap cll console.log()==f(a +augroup END + set ignorecase smartcase set incsearch