Updates for windows
This commit is contained in:
parent
d8d94b7242
commit
0c12e47d36
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
.vim/.netrwhist
|
.netrwhist
|
||||||
.vim/view
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
" ale
|
" ale
|
||||||
let b:ale_linters = ['ccls']
|
let b:ale_linters = ['ccls']
|
||||||
|
let b:ale_set_highlights = 0
|
||||||
|
|
||||||
" vim-fswitch
|
" vim-fswitch
|
||||||
noremap gfs :FSHere<Cr>
|
noremap gfs :FSHere<Cr>
|
||||||
|
@ -15,7 +15,7 @@ endif
|
|||||||
|
|
||||||
" 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'
|
||||||
if has('dos')
|
if has('windows')
|
||||||
let g:fzf_preview_window = ''
|
let g:fzf_preview_window = ''
|
||||||
endif
|
endif
|
||||||
let g:fzf_colors = {
|
let g:fzf_colors = {
|
||||||
|
Loading…
Reference in New Issue
Block a user