new plugins, better color scheme

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-01-30 14:48:34 -06:00
parent 4645220def
commit 9a6b572940
4 changed files with 64 additions and 33 deletions

View file

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