modified: lua/functions.lua
modified: lua/plugins.lua
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ end
|
|||||||
-- I want my bclose bindings to also remove harpoon marks
|
-- I want my bclose bindings to also remove harpoon marks
|
||||||
function _G.harpoon_rm_file()
|
function _G.harpoon_rm_file()
|
||||||
require("harpoon.mark").rm_file()
|
require("harpoon.mark").rm_file()
|
||||||
vim.api.nvim_command("Bclose")
|
vim.api.nvim_command("bd")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Lualine status element for harpoon
|
-- Lualine status element for harpoon
|
||||||
|
|||||||
@@ -30,7 +30,10 @@ require("packer").startup(
|
|||||||
use "junegunn/fzf.vim"
|
use "junegunn/fzf.vim"
|
||||||
use "rbgrouleff/bclose.vim"
|
use "rbgrouleff/bclose.vim"
|
||||||
use "francoiscabrol/ranger.vim"
|
use "francoiscabrol/ranger.vim"
|
||||||
|
|
||||||
|
-- GIT
|
||||||
use "tpope/vim-fugitive"
|
use "tpope/vim-fugitive"
|
||||||
|
use "stsewd/fzf-checkout.vim"
|
||||||
|
|
||||||
-- AIRLINE
|
-- AIRLINE
|
||||||
use {
|
use {
|
||||||
|
|||||||
Reference in New Issue
Block a user