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