mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Update coc related things.
This commit is contained in:
parent
c8d606c1cc
commit
503268f446
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
let g:coc_global_extensions += ['coc-sh']
|
||||
let g:dotfiles_coc_extensions += ['coc-sh']
|
||||
let g:coc_filetypes += ['sh', 'zsh']
|
||||
|
|
|
@ -12,6 +12,7 @@ let g:loaded_airline = 1
|
|||
|
||||
" Enable the clearly superior mode.
|
||||
let g:vim_ide = 1
|
||||
let g:dotfiles_build_coc_from_source = 1
|
||||
|
||||
" Small plugin configs
|
||||
let g:dashboard_default_executive ='fzf'
|
||||
|
|
Loading…
Reference in a new issue