summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Taylor <jtaylor@classicalconversations.com>2024-01-30 11:30:12 -0500
committerJackson Taylor <jtaylor@classicalconversations.com>2024-01-30 11:30:12 -0500
commit533dc61091eeede63d32cef3408ffa79712880bd (patch)
treefbdf1a58256972e01d0182a4f1c0b1c7b2ac304a
parent4a121a025a3cd3785a8199e4a188e1ffd0baa3ed (diff)
NERDTree: show hidden files by default
Order them first too
-rw-r--r--after/plugin/NERDTree.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/after/plugin/NERDTree.lua b/after/plugin/NERDTree.lua
new file mode 100644
index 0000000..84e3078
--- /dev/null
+++ b/after/plugin/NERDTree.lua
@@ -0,0 +1,2 @@
+vim.g.NERDTreeShowHidden = true -- Shows hidden files by default (might get annoying, but oh well, I don't use NERDTree that much anyway)
+vim.g.NERDTreeSortHiddenFirst = true -- Shows hidden files first in the list