Updates for windows

This commit is contained in:
Alex Yatskov 2021-01-20 14:47:25 -08:00
parent d8d94b7242
commit 0c12e47d36
3 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
.vim/.netrwhist .netrwhist
.vim/view

View File

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

View File

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