Update
This commit is contained in:
@@ -117,6 +117,8 @@ colorscheme base16-gruvbox-dark-hard
|
||||
" return !col || getline('.')[col - 1] =~# '\s'
|
||||
" endfunction
|
||||
|
||||
" let g:node_client_debug = 1
|
||||
|
||||
let g:coc_global_extensions = [
|
||||
\ 'coc-css',
|
||||
\ 'coc-fish',
|
||||
@@ -510,6 +512,9 @@ set list listchars=tab:▸·,trail:·,nbsp:·
|
||||
" Use one space, not two, after punctuation.
|
||||
set nojoinspaces
|
||||
|
||||
" Disable folding
|
||||
set nofoldenable
|
||||
|
||||
" Disable some keys
|
||||
noremap <Up> <NOP>
|
||||
noremap <Down> <NOP>
|
||||
|
||||
Reference in New Issue
Block a user