mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 18:34:41 +02:00
Setup tailwindcss-ls (#729)
This commit is contained in:
parent
3417a343e2
commit
35e37f06da
3 changed files with 6 additions and 0 deletions
3
init.lua
3
init.lua
|
@ -11,6 +11,9 @@ require "lsp"
|
|||
if O.lang.emmet.active then
|
||||
require "lsp.emmet-ls"
|
||||
end
|
||||
if O.lang.tailwindcss.active then
|
||||
require "lsp.tailwindcss-ls"
|
||||
end
|
||||
|
||||
-- autoformat
|
||||
if O.format_on_save then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue