Tweaks
This commit is contained in:
parent
47f7a22e01
commit
6f5b95d305
@ -43,6 +43,7 @@ set ruler
|
|||||||
set scrolloff=5
|
set scrolloff=5
|
||||||
set shiftround
|
set shiftround
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
set shortmess+=I
|
||||||
set showcmd
|
set showcmd
|
||||||
set sidescroll=1
|
set sidescroll=1
|
||||||
set smartcase
|
set smartcase
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
" coc.nvim
|
" coc.nvim
|
||||||
highlight CocErrorSign ctermfg=Red guifg=#dc322f
|
highlight CocErrorSign ctermfg=Red guifg=#dc322f
|
||||||
highlight CocWarningSign ctermfg=Yellow guifg=#b58900
|
highlight CocWarningSign ctermfg=Yellow guifg=#b58900
|
||||||
|
highlight CocInfoHighlight ctermfg=Blue guifg=#268bd2
|
||||||
|
|
||||||
" fzf
|
" fzf
|
||||||
let $FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -f -g "" 2> /dev/null'
|
let $FZF_DEFAULT_COMMAND='ag --hidden --ignore .git -f -g "" 2> /dev/null'
|
||||||
|
Loading…
Reference in New Issue
Block a user