From e8d2404b256db92c27326c23e054ff149fbffd03 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 28 May 2023 19:19:56 -0700 Subject: [PATCH] fixing autocomplete making sure that cmp gets initiailized --- after/plugin/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 8e7f732..5fe9f89 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -63,6 +63,7 @@ lsp.on_attach(function(client, bufnr) end) lsp.skip_server_setup({'rust_analyzer'}) +lsp.setup() vim.diagnostic.config({ virtual_text = true,