diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:50:37 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-06 17:50:37 +0100 |
| commit | f46c6fecee5c88db83cd6ae97f1946d31ff65d8b (patch) | |
| tree | 03f3747e3f2296ac340fc24236243216b933fe73 | |
| parent | 2f3343a186330352894bf9d12359ce52a6404939 (diff) | |
added treesitter ignore layout .git/ in nvim.nix
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 80fe860..3e275d3 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -217,6 +217,7 @@ defaults = { layout_strategy = "horizontal", sorting_strategy = "ascending", + file_ignore_patterns = { "node_modules", ".git/" }, }, }) |
