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