Everything but LSP is finished!

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-05-02 00:40:40 -05:00
parent 78f04bda73
commit e54f6ee975
23 changed files with 530 additions and 100 deletions

View file

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