Compare commits
2 Commits
61ce53bfd3
...
2ce3d322ca
Author | SHA1 | Date | |
---|---|---|---|
2ce3d322ca | |||
27c42a6a92 |
@ -5,3 +5,8 @@ if exists(':GuiFont')
|
|||||||
GuiFont Source\ Code\ Pro:h9
|
GuiFont Source\ Code\ Pro:h9
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if exists(':GuiTabline')
|
||||||
|
" Don't use GUI tabline, matches terminal tabline.
|
||||||
|
GuiTabline 0
|
||||||
|
endif
|
||||||
|
5
vimrc
5
vimrc
@ -42,6 +42,11 @@ let g:coc_global_extensions = [
|
|||||||
\ 'coc-vimlsp',
|
\ 'coc-vimlsp',
|
||||||
\ 'coc-yaml',
|
\ 'coc-yaml',
|
||||||
\]
|
\]
|
||||||
|
if has("win32")
|
||||||
|
let g:coc_global_extensions += [
|
||||||
|
\ 'coc-powershell'
|
||||||
|
\]
|
||||||
|
endif
|
||||||
let g:coc_default_semantic_highlight_groups = 0
|
let g:coc_default_semantic_highlight_groups = 0
|
||||||
|
|
||||||
" ultisnips - snippet engine
|
" ultisnips - snippet engine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user