feat: add treesitter-context nvim plugin
This commit is contained in:
parent
ece4c7c0bc
commit
8a8c63ac4b
2 changed files with 18 additions and 0 deletions
|
@ -121,6 +121,12 @@ in
|
|||
type = "lua";
|
||||
config = ( builtins.readFile ./files/treesitter.lua);
|
||||
}
|
||||
{
|
||||
plugin = nvim-treesitter-context;
|
||||
type = "lua";
|
||||
config = ( builtins.readFile ./files/treesitter_context.lua);
|
||||
|
||||
}
|
||||
{
|
||||
plugin = which-key-nvim;
|
||||
type = "lua";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue