From f46c6fecee5c88db83cd6ae97f1946d31ff65d8b Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Mar 2026 17:50:37 +0100 Subject: added treesitter ignore layout .git/ in nvim.nix --- modules/home/i3wm/nord-blue/nvim.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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/" }, }, }) -- cgit v1.2.3