i like cute enbies
This commit is contained in:
parent
18cd02b352
commit
a905642fad
2 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@ in
|
|||
|
||||
# treesitter
|
||||
(nvim-treesitter.withAllGrammars)
|
||||
nvim-treesitter-context
|
||||
]);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue