From afcf526407c76fe487edc44a6e65daa5e7991b5d Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 7 Jul 2021 02:33:05 -0400 Subject: remove emmet and tailwind, need to put in lang specific files --- init.lua | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index edf17ad1..30359001 100644 --- a/init.lua +++ b/init.lua @@ -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 -- cgit v1.2.3