From cc1da270915f8d6e58a67e8da8fe329bd2e9a194 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 31 Oct 2023 23:40:30 -0400 Subject: [PATCH] neovim: Add treesitter grammars Fixes an issue with the markdown grammar not being found and adds some extra features such as highlighting the current indentation line. --- home/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/neovim.nix b/home/neovim.nix index ae6d3eb..0034e1f 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -464,6 +464,7 @@ in vim-astro vim-svelte typst-vim + nvim-treesitter.withAllGrammars ]; };