new plugins, better color scheme
This commit is contained in:
parent
4645220def
commit
9a6b572940
4 changed files with 64 additions and 33 deletions
8
lua/plugins/illuminate.lua
Normal file
8
lua/plugins/illuminate.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue