Add coc-powershell on Windows only

This commit is contained in:
Kenneth Benzie 2022-06-15 22:13:09 +01:00
parent 27c42a6a92
commit 2ce3d322ca

5
vimrc
View File

@ -42,6 +42,11 @@ let g:coc_global_extensions = [
\ 'coc-vimlsp',
\ 'coc-yaml',
\]
if has("win32")
let g:coc_global_extensions += [
\ 'coc-powershell'
\]
endif
let g:coc_default_semantic_highlight_groups = 0
" ultisnips - snippet engine