adds tailwind lsp config
This commit is contained in:
parent
aee2ec990c
commit
b72a51a3ea
4 changed files with 157 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue