mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +02:00
plugins/rest-nvim: add telescope integration
This commit is contained in:
parent
7484be88c7
commit
11c133e89e
2 changed files with 22 additions and 0 deletions
|
@ -100,4 +100,15 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
telescope = {
|
||||
plugins = {
|
||||
rest = {
|
||||
enable = true;
|
||||
enableTelescope = true;
|
||||
};
|
||||
treesitter.enable = true;
|
||||
telescope.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue