adds tailwind lsp config

This commit is contained in:
Dennis Schoepf 2025-06-13 00:39:43 +02:00
parent aee2ec990c
commit b72a51a3ea
4 changed files with 157 additions and 1 deletions

View file

@ -3,6 +3,7 @@ return {
opts = {
formatters_by_ft = {
typescriptreact = { "prettierd" },
astro = { "prettierd" },
typescript = { "prettierd" },
javascript = { "prettierd" },
javascriptreact = { "prettierd" },
@ -15,7 +16,7 @@ return {
},
format_on_save = {
-- These options will be passed to conform.format()
timeout_ms = 300,
timeout_ms = 500,
lsp_format = "fallback",
},
},