From 9c37eda22ea28e7b48e41a27a43e19d4d45f8308 Mon Sep 17 00:00:00 2001 From: Vegard Berg Date: Mon, 22 May 2023 22:14:15 +0200 Subject: [PATCH] Added cmp-nvim-lsp --- lua/plugins/cmp-nvim-lsp.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lua/plugins/cmp-nvim-lsp.lua diff --git a/lua/plugins/cmp-nvim-lsp.lua b/lua/plugins/cmp-nvim-lsp.lua new file mode 100644 index 0000000..e92dc70 --- /dev/null +++ b/lua/plugins/cmp-nvim-lsp.lua @@ -0,0 +1,5 @@ +-- https://github.com/hrsh7th/cmp-nvim-lsp + +return { + "hrsh7th/cmp-nvim-lsp", +}