📦 Initial Commit
This commit is contained in:
parent
5125fd927a
commit
e77acb091e
23 changed files with 516 additions and 24 deletions
7
lua/custom/plugins/colorpicker.lua
Normal file
7
lua/custom/plugins/colorpicker.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"max397574/colortils.nvim",
|
||||
cmd = "Colortils",
|
||||
config = function()
|
||||
require("colortils").setup()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue