i like cute enbies

This commit is contained in:
Lucy Hochkamp 2023-09-25 18:50:55 +02:00
parent 18cd02b352
commit a905642fad
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -20,3 +20,7 @@ require'nvim-treesitter.configs'.setup {
-- highlight_current_scope = { enable = false },
-- },
}
require'treesitter-context'.setup{
enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)
}

View file

@ -121,6 +121,7 @@ in
# treesitter
(nvim-treesitter.withAllGrammars)
nvim-treesitter-context
]);
};
};