From 0c12e47d36228620eb999175cd3d2dc0925f7cce Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 20 Jan 2021 14:47:25 -0800 Subject: [PATCH] Updates for windows --- .gitignore | 3 +-- ftplugin/cpp.vim | 1 + plugins.vim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cc38919..a0e76af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -.vim/.netrwhist -.vim/view +.netrwhist diff --git a/ftplugin/cpp.vim b/ftplugin/cpp.vim index 80a5941..7555292 100644 --- a/ftplugin/cpp.vim +++ b/ftplugin/cpp.vim @@ -1,5 +1,6 @@ " ale let b:ale_linters = ['ccls'] +let b:ale_set_highlights = 0 " vim-fswitch noremap gfs :FSHere diff --git a/plugins.vim b/plugins.vim index a0566ad..de7c79f 100644 --- a/plugins.vim +++ b/plugins.vim @@ -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 = {