not sure yet, nix flake...

This commit is contained in:
RingOfStorms (Joshua Bell) 2024-04-03 16:09:01 -05:00
parent 633916dd9a
commit 43df590ba2
49 changed files with 132 additions and 2453 deletions

View file

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