summaryrefslogtreecommitdiff
path: root/.lazy.lua
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2026-06-04 20:03:00 +0200
committerFelix Morgner <felix.morgner@gmail.com>2026-06-04 20:03:00 +0200
commit1ca48e3790e69e63c3789a32d541e4086e849030 (patch)
treec907ae1ca2ef3c799d9489b1f62a9bcd1852a40f /.lazy.lua
parent7832816c0d239c1cd7a91daef3f15c8f94197e28 (diff)
downloadcabinet-1ca48e3790e69e63c3789a32d541e4086e849030.tar.xz
cabinet-1ca48e3790e69e63c3789a32d541e4086e849030.zip
ide: add configuration
Diffstat (limited to '.lazy.lua')
-rw-r--r--.lazy.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/.lazy.lua b/.lazy.lua
new file mode 100644
index 0000000..1c2df6e
--- /dev/null
+++ b/.lazy.lua
@@ -0,0 +1,13 @@
+return {
+ {
+ "nvim-neo-tree/neo-tree.nvim",
+ opts = {
+ filesystem = {
+ filtered_items = {
+ visible = false,
+ hide_gitignored = true,
+ },
+ },
+ }
+ }
+}