From 21c33a47f877c65674c306e052b7aee57e39a2ef Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 25 Aug 2021 16:28:03 -0700 Subject: [PATCH] Disable fzf --- neovim/lua/plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index c7b7158..4630129 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -191,6 +191,7 @@ return require('packer').startup(function() }, config = function() require("plugins.telescope") end, } + --[[ use { 'junegunn/fzf', run = ":call fzf#install()", @@ -227,6 +228,7 @@ return require('packer').startup(function() } end, } + --]] -- Filetypes use "ViViDboarder/vim-forcedotcom"