Setup tailwindcss-ls (#729)

This commit is contained in:
hui.liu 2021-07-07 00:18:03 +08:00 committed by GitHub
parent 3417a343e2
commit 35e37f06da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View file

@ -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