1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 08:59:24 +00:00

[neovim] update plugins

This commit is contained in:
2022-11-12 13:23:32 +01:00
parent 2073c7e453
commit e04ec2d1b5
3 changed files with 12 additions and 35 deletions

View File

@ -11,11 +11,6 @@ vim.api.nvim_set_keymap(
{ noremap = true }
)
illuminate.configure({
providers = {
"lsp",
"treesitter",
"regex",
},
delay = 200,
filetypes_denylist = {
"neo-tree",
@ -23,10 +18,4 @@ illuminate.configure({
"Trouble",
"TelescopePrompt",
},
filetypes_allowlist = {},
modes_denylist = {},
modes_allowlist = {},
providers_regex_syntax_denylist = {},
providers_regex_syntax_allowlist = {},
under_cursor = true,
})