mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-29 02:53:50 -03:00
chore: move plugins to an upper level
This commit is contained in:
parent
9569774c7b
commit
99bcb4ca97
50 changed files with 69 additions and 69 deletions
|
@ -1,31 +0,0 @@
|
|||
local M = {
|
||||
"norcalli/nvim-colorizer.lua",
|
||||
branch = "master",
|
||||
}
|
||||
|
||||
M.config = function()
|
||||
require("colorizer").setup({
|
||||
filetypes = {
|
||||
"typescript",
|
||||
"typescriptreact",
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"css",
|
||||
"html",
|
||||
"astro",
|
||||
"lua",
|
||||
"go",
|
||||
"golang",
|
||||
"bash",
|
||||
"sh",
|
||||
},
|
||||
user_default_options = {
|
||||
names = false,
|
||||
rgb_fn = true,
|
||||
hsl_fn = true,
|
||||
tailwind = "both",
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue