diff options
author | hui.liu <[email protected]> | 2021-07-07 00:18:03 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-06 12:18:03 -0400 |
commit | 35e37f06da8fc53414b2b8c10bc9201aa1fd23dd (patch) | |
tree | f5bade18c3f2cdeec71e6bf08c6469d417f5918a /init.lua | |
parent | 3417a343e2792503d54cb308c17a04a3657ae768 (diff) |
Setup tailwindcss-ls (#729)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |