feat: disable tailwind color preview

This commit is contained in:
2025-07-31 12:48:55 +02:00
parent 699b357884
commit abef4beb0f

View File

@@ -82,6 +82,13 @@ vim.lsp.config('gopls', {
},
},
})
vim.lsp.config('tailwindcss', {
settings = {
tailwindCSS = {
colorDecorators = false
},
}
})
vim.lsp.enable({ "lua_ls", "gopls", "templ", "tailwindcss" })
require "mini.pick".setup()