vim: add slimv
This commit is contained in:
4
vimrc
4
vimrc
@@ -37,6 +37,8 @@ call plug#begin('~/.vim/plugged')
|
||||
Plug 'dense-analysis/ale'
|
||||
Plug 'tpope/vim-commentary'
|
||||
|
||||
Plug 'kovisoft/slimv'
|
||||
|
||||
Plug 'posva/vim-vue'
|
||||
Plug 'ap/vim-css-color'
|
||||
Plug 'pangloss/vim-javascript'
|
||||
@@ -509,7 +511,7 @@ if version >= 800
|
||||
|
||||
" Remap for format selected region
|
||||
" xmap <leader>f <Plug>(coc-format-selected)
|
||||
" nmap <leader>f <Plug>(coc-format-selected)
|
||||
nmap <leader>rf <Plug>(coc-format-selected)
|
||||
|
||||
augroup mygroup
|
||||
autocmd!
|
||||
|
||||
Reference in New Issue
Block a user