Add twig parser
This commit is contained in:
parent
4a9a063c40
commit
22580177d5
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue