added colorizer
This commit is contained in:
@@ -62,6 +62,30 @@ return {
|
||||
},
|
||||
},
|
||||
|
||||
-- Color preview for CSS, HTML, etc.
|
||||
{
|
||||
"norcalli/nvim-colorizer.lua",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
opts = {
|
||||
"css",
|
||||
"scss",
|
||||
"html",
|
||||
"javascript",
|
||||
"typescript",
|
||||
"javascriptreact",
|
||||
"typescriptreact",
|
||||
"vue",
|
||||
"svelte",
|
||||
"lua",
|
||||
"yaml",
|
||||
"toml",
|
||||
"conf",
|
||||
css = { rgb_fn = true, hsl_fn = true },
|
||||
scss = { rgb_fn = true, hsl_fn = true },
|
||||
html = { names = false },
|
||||
},
|
||||
},
|
||||
|
||||
-- Better terminal integration
|
||||
{
|
||||
"akinsho/toggleterm.nvim",
|
||||
|
||||
Reference in New Issue
Block a user