diff options
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 |