vim: Set background to dark; disable coc-tsserver
This commit is contained in:
3
vimrc
3
vimrc
@@ -118,6 +118,7 @@ inoremap jk <esc>
|
|||||||
onoremap p i(
|
onoremap p i(
|
||||||
|
|
||||||
colorscheme PaperColor
|
colorscheme PaperColor
|
||||||
|
set background=dark
|
||||||
" colorscheme dracula
|
" colorscheme dracula
|
||||||
" colorscheme solarized8
|
" colorscheme solarized8
|
||||||
|
|
||||||
@@ -588,8 +589,6 @@ if version >= 800
|
|||||||
nnoremap <silent> <space>k :<C-u>CocPrev<CR>
|
nnoremap <silent> <space>k :<C-u>CocPrev<CR>
|
||||||
" Resume latest coc list
|
" Resume latest coc list
|
||||||
nnoremap <silent> <space>p :<C-u>CocListResume<CR>
|
nnoremap <silent> <space>p :<C-u>CocListResume<CR>
|
||||||
|
|
||||||
" let g:coc_global_extensions = [ 'coc-tsserver' ]
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" <Tab> and <S-Tab> indent and unindent code
|
" <Tab> and <S-Tab> indent and unindent code
|
||||||
|
|||||||
Reference in New Issue
Block a user