feat: Adds oil.nvim and removes neo-tree

This commit is contained in:
2024-11-17 09:00:59 -05:00
parent d8891e40fc
commit 8a17c5ad80
2 changed files with 55 additions and 26 deletions

View File

@@ -1,26 +1,26 @@
return {
"nvim-neo-tree/neo-tree.nvim",
branch = "v3.x",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
"MunifTanjim/nui.nvim",
},
opts = {
close_if_last_window = false,
enable_git_status = true,
enable_diagnostics = true,
filesystem = {
always_show = {
"plugins",
".zshrc",
".zshenv",
"*.env"
},
filtered_items = {
hide_dotfiles = false
},
use_libuv_file_watcher = true
},
}
}
-- return {
-- "nvim-neo-tree/neo-tree.nvim",
-- branch = "v3.x",
-- dependencies = {
-- "nvim-lua/plenary.nvim",
-- "nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
-- "MunifTanjim/nui.nvim",
-- },
-- opts = {
-- close_if_last_window = false,
-- enable_git_status = true,
-- enable_diagnostics = true,
-- filesystem = {
-- always_show = {
-- "plugins",
-- ".zshrc",
-- ".zshenv",
-- "*.env"
-- },
-- filtered_items = {
-- hide_dotfiles = false
-- },
-- use_libuv_file_watcher = true
-- },
-- }
-- }