Change back to a working config #1

Open
th3r00t wants to merge 16 commits from New-Master into master
Showing only changes of commit 143ca6b166 - Show all commits

View File

@@ -63,6 +63,7 @@ vim.pack.add({
{ src = "https://github.com/yetone/avante.nvim" }, { src = "https://github.com/yetone/avante.nvim" },
{ src = "https://github.com/alaviss/nim.nvim" }, { src = "https://github.com/alaviss/nim.nvim" },
{ src = "https://github.com/glebzlat/arduino-nvim" }, { src = "https://github.com/glebzlat/arduino-nvim" },
{ src = "https://github.com/norcalli/nvim-colorizer.lua" },
}) })
if host == "xps13" then if host == "xps13" then
@@ -235,3 +236,16 @@ require('arduino-nvim').setup({
default_fqbn = "esp32:esp32:esp32", default_fqbn = "esp32:esp32:esp32",
filetypes = {"arduino"} 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',
})