nvim/lua/plugins/illuminate.lua
2024-01-30 14:48:34 -06:00

8 lines
195 B
Lua

-- This plugin will smartly highlight the token under the cursor.
return {
"RRethy/vim-illuminate",
opts = {},
config = function(_, opts)
require("illuminate").configure(opts)
end,
}