mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] Added coc plugin for Shell.
This commit is contained in:
parent
9136e67a84
commit
3702760f68
1 changed files with 2 additions and 0 deletions
2
nvim/coc-languages/sh.vim
Normal file
2
nvim/coc-languages/sh.vim
Normal file
|
@ -0,0 +1,2 @@
|
|||
let g:coc_global_extensions += ['coc-sh']
|
||||
let g:coc_filetypes += ['sh', 'zsh']
|
Loading…
Reference in a new issue