mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-09-01 08:15:20 +02:00
remove emmet and tailwind, need to put in lang specific files
This commit is contained in:
parent
a72d5b70de
commit
afcf526407
1 changed files with 8 additions and 7 deletions
15
init.lua
15
init.lua
|
@ -11,10 +11,11 @@ require "lv-neoformat"
|
||||||
if O.plugin.dashboard.active then
|
if O.plugin.dashboard.active then
|
||||||
require("lv-dashboard").config()
|
require("lv-dashboard").config()
|
||||||
end
|
end
|
||||||
require "lsp"
|
-- TODO these gues need to be in language files
|
||||||
if O.lang.emmet.active then
|
-- require "lsp"
|
||||||
require "lsp.emmet-ls"
|
-- if O.lang.emmet.active then
|
||||||
end
|
-- require "lsp.emmet-ls"
|
||||||
if O.lang.tailwindcss.active then
|
-- end
|
||||||
require "lsp.tailwindcss-ls"
|
-- if O.lang.tailwindcss.active then
|
||||||
end
|
-- require "lsp.tailwindcss-ls"
|
||||||
|
-- end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue