summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorChristian Chiarulli <[email protected]>2021-09-07 19:23:14 -0400
committerGitHub <[email protected]>2021-09-07 19:23:14 -0400
commit9ece2e5369de46962422837be3dce3b8e889805d (patch)
tree3b269a792b550c8b0377967170534e4f157d3523 /init.lua
parent151684bba11b702907e58d2acdd41ebc69c27809 (diff)
feat: compe -> cmp (#1496)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/init.lua b/init.lua
index 03fa38ef..365eb61d 100644
--- a/init.lua
+++ b/init.lua
@@ -52,10 +52,3 @@ if lsp_settings_status_ok then
end
require("keymappings").setup()
-
--- TODO: these guys need to be in language files
--- if lvim.lang.emmet.active then
--- require "lsp.emmet-ls"
--- end
--- if lvim.lang.tailwindcss.active then
--- require "lsp.tailwind