From 37c01279804594ff968fae11689abab4aa6984c0 Mon Sep 17 00:00:00 2001 From: long Date: Fri, 26 Nov 2021 05:43:12 -0600 Subject: [PATCH] modified: lua/functions.lua modified: lua/plugins.lua --- lua/functions.lua | 2 +- lua/plugins.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lua/functions.lua b/lua/functions.lua index 076c87c..ad34a61 100644 --- a/lua/functions.lua +++ b/lua/functions.lua @@ -44,7 +44,7 @@ end -- I want my bclose bindings to also remove harpoon marks function _G.harpoon_rm_file() require("harpoon.mark").rm_file() - vim.api.nvim_command("Bclose") + vim.api.nvim_command("bd") end -- Lualine status element for harpoon diff --git a/lua/plugins.lua b/lua/plugins.lua index 86c7de4..d2d47f8 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -30,7 +30,10 @@ require("packer").startup( use "junegunn/fzf.vim" use "rbgrouleff/bclose.vim" use "francoiscabrol/ranger.vim" + + -- GIT use "tpope/vim-fugitive" + use "stsewd/fzf-checkout.vim" -- AIRLINE use {