diff options
| author | triethyl <triethylammonium@pm.me> | 2025-11-02 13:52:16 -0500 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-11-02 13:52:16 -0500 |
| commit | 3446c9354397a80713a543e21f3a08e7a4426290 (patch) | |
| tree | ee3a4481d8fa8e42b17efbf8560d7597906fa2c0 /pkgs/custom-neovim/config/lua/plugins/git.lua | |
| parent | 6985be324fcc4e5655cd7f1807b0288d9298fb3b (diff) | |
neovim: cleaned up unused plugins
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/git.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/git.lua | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/git.lua b/pkgs/custom-neovim/config/lua/plugins/git.lua index d5ce713..2ac4b2e 100644 --- a/pkgs/custom-neovim/config/lua/plugins/git.lua +++ b/pkgs/custom-neovim/config/lua/plugins/git.lua @@ -14,21 +14,4 @@ return { require("mini.diff").setup() end }, - { - "neogit", - lazy = true, - cmd = "Neogit", - after = function() - vim.cmd.packadd("plenary.nvim") - require("neogit").setup { - kind = "floating", - mappings = { - status = { - ["<esc>"] = "Close", - ["<space>"] = "Toggle", - }, - }, - } - end - }, } |
