astro-nvim-v3 archive v5

This commit is contained in:
huyjaky
2024-07-25 17:07:42 +07:00
parent d80c725c2a
commit 9658ef493a
6 changed files with 55 additions and 14 deletions

View File

@@ -2,10 +2,8 @@
return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
sources = {
"filesystem",
-- "buffers",
-- "git_status",
source_selector = {
winbar = false,
},
filesystem = {
filtered_items = {
@@ -21,7 +19,7 @@ return {
never_show = {},
},
},
enable_git_status = false,
enable_git_status = true,
enable_diagnostics = false,
git_status_async = false,
},