[vim] coc-sh added

This commit is contained in:
2022-11-22 01:01:43 +03:00
parent ad142af07d
commit a8eb8d46b0

View File

@@ -154,9 +154,9 @@ let g:ansible_yamlKeyName = 'yamlKey'
"
" CoC plugin settings
"
let g:coc_global_extensions = ['coc-pyright']
let g:coc_global_extensions = ['coc-pyright', 'coc-sh']
function! s:enable_coc_for_type()
let l:filesuffix_whitelist = ['py']
let l:filesuffix_whitelist = ['py', 'sh']
if index(l:filesuffix_whitelist, expand('%:e')) == -1
let b:coc_enabled = 0
endif