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", +}