diff options
| author | triethyl <triethylammonium@pm.me> | 2025-10-15 08:39:50 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-10-15 08:39:50 -0400 |
| commit | d8b63b8cb6dbc0defec3d535a8bb002e211c7fae (patch) | |
| tree | 3a38d573a827579afa7fe6adab9bf68c1f53a83b /pkgs/custom-neovim/config/lua/plugins/neo-tree.lua | |
| parent | 87062b75e49e3850db0d5b11ac4ed6b08ca16d4b (diff) | |
neovim: remove neo-tree and add dir picker
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/neo-tree.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/neo-tree.lua | 9 |
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 -} |
