better rg settings in telescope
This commit is contained in:
parent
93b98c882d
commit
67e501963c
2 changed files with 97 additions and 59 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue