Compare commits
No commits in common. "2ce3d322ca0da24a449ebae141fb9e8b2c1c2255" and "61ce53bfd3e2036d2622d068135fc95e68c8e5ce" have entirely different histories.
2ce3d322ca
...
61ce53bfd3
@ -5,8 +5,3 @@ 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,11 +42,6 @@ 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