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.
This commit is contained in:
Donovan Glover
2023-10-31 23:40:30 -04:00
parent b5d965b047
commit cc1da27091

View File

@@ -464,6 +464,7 @@ in
vim-astro vim-astro
vim-svelte vim-svelte
typst-vim typst-vim
nvim-treesitter.withAllGrammars
]; ];
}; };