diff options
author | Christian Chiarulli <[email protected]> | 2021-09-07 19:23:14 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2021-09-07 19:23:14 -0400 |
commit | 9ece2e5369de46962422837be3dce3b8e889805d (patch) | |
tree | 3b269a792b550c8b0377967170534e4f157d3523 /init.lua | |
parent | 151684bba11b702907e58d2acdd41ebc69c27809 (diff) |
feat: compe -> cmp (#1496)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 |