diff options
| author | Ahmad bin Marakkar <109348574+Ask-786@users.noreply.github.com> | 2024-08-01 11:23:16 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-01 13:53:16 +0800 |
| commit | 167f4df34c7f1b692c929c92a83d0b91fefbb42b (patch) | |
| tree | 9bc0882b2bfb1da1a5a12e85e86c1da5402d1e59 /lua/lspconfig/server_configurations/tailwindcss.lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-167f4df34c7f1b692c929c92a83d0b91fefbb42b.tar nvim-lspconfig-167f4df34c7f1b692c929c92a83d0b91fefbb42b.tar.gz nvim-lspconfig-167f4df34c7f1b692c929c92a83d0b91fefbb42b.tar.bz2 nvim-lspconfig-167f4df34c7f1b692c929c92a83d0b91fefbb42b.tar.lz nvim-lspconfig-167f4df34c7f1b692c929c92a83d0b91fefbb42b.tar.xz nvim-lspconfig-167f4df34c7f1b692c929c92a83d0b91fefbb42b.tar.zst nvim-lspconfig-167f4df34c7f1b692c929c92a83d0b91fefbb42b.zip | |
fix(tailwindcss): removed deprecated code form tailwindcss (#3254)
Diffstat (limited to 'lua/lspconfig/server_configurations/tailwindcss.lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/tailwindcss.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lua/lspconfig/server_configurations/tailwindcss.lua b/lua/lspconfig/server_configurations/tailwindcss.lua index 4beaf97e..af9b77b9 100644 --- a/lua/lspconfig/server_configurations/tailwindcss.lua +++ b/lua/lspconfig/server_configurations/tailwindcss.lua @@ -60,13 +60,6 @@ return { 'svelte', 'templ', }, - init_options = { - userLanguages = { - eelixir = 'html-eex', - eruby = 'erb', - templ = 'html', - }, - }, settings = { tailwindCSS = { validate = true, |
