feat(nvim): add nvim treesitter context
parent
59a4dc527a
commit
f5ce0b73bd
|
@ -261,5 +261,12 @@ with builtins;
|
|||
require("nvim-surround").setup({})
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = nvim-treesitter-context;
|
||||
event = [ "BufReadPost" "BufNewFile" ];
|
||||
conf = ''
|
||||
require("treesitter-context").setup({})
|
||||
'';
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue