fix some of the lag
This commit is contained in:
parent
12264fa70a
commit
a5e17e09b7
1 changed files with 11 additions and 1 deletions
|
|
@ -333,7 +333,17 @@ local plugins = {
|
|||
},
|
||||
config = true
|
||||
},
|
||||
{ "RRethy/vim-illuminate" },
|
||||
{
|
||||
"RRethy/vim-illuminate",
|
||||
config = function()
|
||||
require('illuminate').configure({
|
||||
providers = {
|
||||
'lsp',
|
||||
},
|
||||
delay = 100,
|
||||
})
|
||||
end
|
||||
},
|
||||
{ "ofseed/lualine-copilot" },
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue