Add twig parser

This commit is contained in:
Jakob Lechner 2024-07-17 11:39:25 +02:00
parent 4a9a063c40
commit 22580177d5

View file

@ -94,6 +94,13 @@ in
nnoremap <A-b> <cmd>Telescope buffers<cr>
'';
}
nvim-treesitter-parsers.twig
{
plugin = nvim-treesitter;
config = ''
lua require'nvim-treesitter.configs'.setup { highlight = { enable = true, }, }
'';
}
vim-gitgutter
vim-indent-guides
vim-nix