update plugins, install illuminate

This commit is contained in:
2025-08-28 14:30:19 +03:00
parent 17abcf48ae
commit ca193e334a
2 changed files with 26 additions and 17 deletions

View File

@@ -0,0 +1,8 @@
return {
'RRethy/vim-illuminate',
config = function ()
local illuminate = require('illuminate')
illuminate.configure()
end
}