diff --git a/lua/plugins/cmp-nvim-lua.lua b/lua/plugins/cmp-nvim-lua.lua new file mode 100644 index 0000000..f716d8e --- /dev/null +++ b/lua/plugins/cmp-nvim-lua.lua @@ -0,0 +1,5 @@ +-- https://github.com/hrsh7th/cmp-nvim-lua + +return { + "hrsh7th/cmp-nvim-lua" +}