fix some of the lag

This commit is contained in:
Antoine Vaure 2023-08-18 10:34:39 +02:00
parent 12264fa70a
commit a5e17e09b7

View file

@ -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",