diff options
author | Chris <[email protected]> | 2021-07-07 02:33:05 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-07 02:33:05 -0400 |
commit | afcf526407c76fe487edc44a6e65daa5e7991b5d (patch) | |
tree | ddb387139d8d34aaac3d773017c7e28df681605c | |
parent | a72d5b70dea9b22a2582d9f7ec737e2c2af8053b (diff) |
remove emmet and tailwind, need to put in lang specific files
-rw-r--r-- | init.lua | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 |