vim: add toml; move 'cll' to javascript group
This commit is contained in:
6
vimrc
6
vimrc
@@ -36,6 +36,7 @@ call plug#begin('~/.vim/plugged')
|
|||||||
Plug 'pangloss/vim-javascript'
|
Plug 'pangloss/vim-javascript'
|
||||||
Plug 'othree/html5.vim'
|
Plug 'othree/html5.vim'
|
||||||
Plug 'matthew-brett/vim-rst-sections'
|
Plug 'matthew-brett/vim-rst-sections'
|
||||||
|
Plug 'cespare/vim-toml'
|
||||||
|
|
||||||
Plug 'elixir-editors/vim-elixir'
|
Plug 'elixir-editors/vim-elixir'
|
||||||
Plug 'elzr/vim-json'
|
Plug 'elzr/vim-json'
|
||||||
@@ -73,6 +74,11 @@ augroup filetype_vue
|
|||||||
autocmd BufRead * imap cll console.log()<Esc>==f(a
|
autocmd BufRead * imap cll console.log()<Esc>==f(a
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
augroup filetype_javascript
|
||||||
|
autocmd!
|
||||||
|
autocmd BufRead * imap cll console.log()<Esc>==f(a
|
||||||
|
augroup END
|
||||||
|
|
||||||
set ignorecase smartcase
|
set ignorecase smartcase
|
||||||
set incsearch
|
set incsearch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user