summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-15 08:39:50 -0400
committertriethyl <triethylammonium@pm.me>2025-10-15 08:39:50 -0400
commitd8b63b8cb6dbc0defec3d535a8bb002e211c7fae (patch)
tree3a38d573a827579afa7fe6adab9bf68c1f53a83b /pkgs/custom-neovim/config/lua/plugins
parent87062b75e49e3850db0d5b11ac4ed6b08ca16d4b (diff)
neovim: remove neo-tree and add dir picker
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/neo-tree.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/neo-tree.lua b/pkgs/custom-neovim/config/lua/plugins/neo-tree.lua
deleted file mode 100644
index 572df49..0000000
--- a/pkgs/custom-neovim/config/lua/plugins/neo-tree.lua
+++ /dev/null
@@ -1,9 +0,0 @@
-return {
- "neo-tree.nvim",
- lazy = true,
- cmd = "Neotree";
- before = function ()
- vim.cmd.packadd("plenary.nvim")
- vim.cmd.packadd("nui.nvim")
- end
-}