vim: add slimv

This commit is contained in:
2020-10-07 13:22:16 +01:00
parent aa64d336fa
commit 625377192e

4
vimrc
View File

@@ -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!