From 535541eb45a86adccd20bc4c1c04b2fab6d139c4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 5 Dec 2023 12:49:14 -0800 Subject: [PATCH] Cleanup --- lua/config/plugins.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/config/plugins.lua b/lua/config/plugins.lua index 2d5a5db..023a632 100644 --- a/lua/config/plugins.lua +++ b/lua/config/plugins.lua @@ -3,8 +3,6 @@ require('Comment').setup() -- fzf.vim if vim.fn.executable('fzf') == 1 then - vim.g['$FZF_DEFAULT_COMMAND'] = 'ag --hidden --ignore .git -f -g "" 2> /dev/null' - vim.cmd([[ command! -bang -nargs=* Fs \ call fzf#vim#grep(