mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
Setup tailwindcss language server (#1376)
This commit is contained in:
parent
1ac46d79b9
commit
bc5b315e53
7 changed files with 15 additions and 10 deletions
|
@ -125,7 +125,7 @@ end
|
|||
function M.setup(lang)
|
||||
local lsp_utils = require "lsp.utils"
|
||||
local lsp = lvim.lang[lang].lsp
|
||||
if lsp_utils.is_client_active(lsp.provider) then
|
||||
if (lsp.active ~= nil and not lsp.active) or lsp_utils.is_client_active(lsp.provider) then
|
||||
return
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue