file-dependent intellisense
This commit is contained in:
parent
7c18609485
commit
7fd7ff5484
4
.vimrc
4
.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
|
||||
|
|
Loading…
Reference in New Issue