feat: add telescope nvim plugin
This commit is contained in:
parent
3848aad76e
commit
0aa7964934
3 changed files with 55 additions and 1 deletions
|
@ -128,6 +128,11 @@ in
|
|||
type = "lua";
|
||||
config = ( builtins.readFile ./files/treesitter.lua);
|
||||
}
|
||||
{
|
||||
plugin = telescope-nvim;
|
||||
type = "lua";
|
||||
config = ( builtins.readFile ./files/telescope.lua );
|
||||
}
|
||||
{
|
||||
plugin = nvim-treesitter-context;
|
||||
type = "lua";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue