plugins/rest-nvim: add telescope integration

This commit is contained in:
Austin Horstman 2024-09-10 23:00:57 -05:00
parent 7484be88c7
commit 11c133e89e
No known key found for this signature in database
2 changed files with 22 additions and 0 deletions

View file

@ -100,4 +100,15 @@
};
};
};
telescope = {
plugins = {
rest = {
enable = true;
enableTelescope = true;
};
treesitter.enable = true;
telescope.enable = true;
};
};
}