Compare commits

...

2 Commits

2 changed files with 10 additions and 0 deletions

View File

@ -5,3 +5,8 @@ if exists(':GuiFont')
GuiFont Source\ Code\ Pro:h9
endif
endif
if exists(':GuiTabline')
" Don't use GUI tabline, matches terminal tabline.
GuiTabline 0
endif

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