diff --git a/.vimrc b/.vimrc index 80d6997..6513a0f 100644 --- a/.vimrc +++ b/.vimrc @@ -45,7 +45,7 @@ Plug 'vim-scripts/UniCycle' Plug 'preservim/nerdtree' Plug 'tpope/vim-fugitive' Plug 'prettier/vim-prettier' -Plug 'neoclide/coc.nvim', {'branch': 'release'} +Plug 'neoclide/coc.nvim', {'branch': 'release', 'for': ['json','lua','vim','js','html','css']} call plug#end() filetype plugin indent on @@ -72,7 +72,7 @@ augroup prose autocmd! autocmd Filetype markdown,mkd,md call pencil#init() \ | call lexical#init() -" \ | call textobj#quote#init() +" \ call textobj#quote#init() \ | call textobj#sentence#init() autocmd vimenter *.md Goyo 66x16 augroup END