Added colorizer
This commit is contained in:
@@ -63,6 +63,7 @@ vim.pack.add({
|
||||
{ src = "https://github.com/yetone/avante.nvim" },
|
||||
{ src = "https://github.com/alaviss/nim.nvim" },
|
||||
{ src = "https://github.com/glebzlat/arduino-nvim" },
|
||||
{ src = "https://github.com/norcalli/nvim-colorizer.lua" },
|
||||
})
|
||||
|
||||
if host == "xps13" then
|
||||
@@ -235,3 +236,16 @@ require('arduino-nvim').setup({
|
||||
default_fqbn = "esp32:esp32:esp32",
|
||||
filetypes = {"arduino"}
|
||||
})
|
||||
require('colorizer').setup({
|
||||
'*',
|
||||
}, {
|
||||
RGB = true,
|
||||
RRGGBB = true,
|
||||
names = true,
|
||||
RRGGBBAA = true,
|
||||
rgb_fn = true,
|
||||
hsl_fn = true,
|
||||
css = true,
|
||||
css_fn = true,
|
||||
mode = 'background',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user