From 401dd423719b570102a3b687d0dc0679e87f5139 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 16 Apr 2022 19:06:42 -0400 Subject: [PATCH] nvim: ensure all grammars are used in tree-sitter --- home/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/neovim.nix b/home/neovim.nix index ea945bd..018932f 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -36,6 +36,7 @@ lazygit-nvim + (nvim-treesitter.withPlugins (_: pkgs.tree-sitter.allGrammars)) # Preferred theme tokyonight-nvim sonokai