commit 044384913f70ae9d45d9821a98a41e7ea54fd872
parent 7e872afa3266a9c5087e7b87b8eb186557233657
Author: Andrew <andrewlaack1@gmail.com>
Date: Mon, 8 Apr 2024 23:14:13 -0500
Removed fugitive. Why would I want it anyways?
Diffstat:
2 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
@@ -39,7 +39,6 @@ use { "ibhagwan/fzf-lua",
requires = { "nvim-tree/nvim-web-devicons" }
}
-use {"tpope/vim-fugitive"}
use = { "junegunn/fzf", run = "./install --bin" }
diff --git a/plugin/packer_compiled.lua b/plugin/packer_compiled.lua
@@ -135,11 +135,6 @@ _G.packer_plugins = {
loaded = true,
path = "/home/andrew/.local/share/nvim/site/pack/packer/start/packer.nvim",
url = "https://github.com/wbthomason/packer.nvim"
- },
- ["vim-fugitive"] = {
- loaded = true,
- path = "/home/andrew/.local/share/nvim/site/pack/packer/start/vim-fugitive",
- url = "https://github.com/tpope/vim-fugitive"
}
}