Compare commits

..

No commits in common. "2ce3d322ca0da24a449ebae141fb9e8b2c1c2255" and "61ce53bfd3e2036d2622d068135fc95e68c8e5ce" have entirely different histories.

2 changed files with 0 additions and 10 deletions

View File

@ -5,8 +5,3 @@ 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,11 +42,6 @@ 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