This commit is contained in:
Alex Yatskov 2021-06-03 10:13:54 -07:00
parent 47f7a22e01
commit 6f5b95d305
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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'