better rg settings in telescope

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-10-02 14:13:39 -05:00
parent 93b98c882d
commit 67e501963c
2 changed files with 97 additions and 59 deletions

View file

@ -129,6 +129,15 @@ return {
{
"lvimuser/lsp-inlayhints.nvim",
},
{
"L3MON4D3/LuaSnip",
build = "make install_jsregexp",
opts = {
history = true,
region_check_events = "InsertEnter",
delete_check_events = "TextChanged,InsertLeave",
}
},
{
-- Autocompletion
"hrsh7th/nvim-cmp",