diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-06 19:09:34 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-06 19:09:34 +0200 |
| commit | 8ad4fad2440c20aa19e26ade8cdb881cab7734e2 (patch) | |
| tree | 2a3e308d8b633487c2da69f02e204d055c079d1a /.lazy.lua | |
| parent | fe26083101537df306153e7bea7c291a041897f7 (diff) | |
| download | teachos-8ad4fad2440c20aa19e26ade8cdb881cab7734e2.tar.xz teachos-8ad4fad2440c20aa19e26ade8cdb881cab7734e2.zip | |
kernel/tests: fix link issue
Diffstat (limited to '.lazy.lua')
| -rw-r--r-- | .lazy.lua | 13 |
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, + }, + }, + } + } +} |
