|
@@ -11,10 +11,11 @@ require "lv-neoformat"
|
|
|
if O.plugin.dashboard.active then
|
|
|
require("lv-dashboard").config()
|
|
|
end
|
|
|
-require "lsp"
|
|
|
-if O.lang.emmet.active then
|
|
|
- require "lsp.emmet-ls"
|
|
|
-end
|
|
|
-if O.lang.tailwindcss.active then
|
|
|
- require "lsp.tailwindcss-ls"
|
|
|
-end
|
|
|
+-- TODO these gues need to be in language files
|
|
|
+-- require "lsp"
|
|
|
+-- if O.lang.emmet.active then
|
|
|
+-- require "lsp.emmet-ls"
|
|
|
+-- end
|
|
|
+-- if O.lang.tailwindcss.active then
|
|
|
+-- require "lsp.tailwindcss-ls"
|
|
|
+-- end
|