1
0
forked from extern/nix-config

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
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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