vim: Set background to dark; disable coc-tsserver

This commit is contained in:
2020-12-02 22:17:11 +00:00
parent 98bf3319ba
commit 2ba096e283

3
vimrc
View File

@@ -118,6 +118,7 @@ inoremap jk <esc>
onoremap p i(
colorscheme PaperColor
set background=dark
" colorscheme dracula
" colorscheme solarized8
@@ -588,8 +589,6 @@ if version >= 800
nnoremap <silent> <space>k :<C-u>CocPrev<CR>
" Resume latest coc list
nnoremap <silent> <space>p :<C-u>CocListResume<CR>
" let g:coc_global_extensions = [ 'coc-tsserver' ]
endif
" <Tab> and <S-Tab> indent and unindent code