From 636d4fdba025ce9def25da1208bc4819aa25ff35 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 27 Feb 2024 15:39:30 +0100 Subject: nvim: Add package nvim-cmp --- .gitmodules | 3 +++ nvim/pack/hrsh7th/start/nvim-cmp | 1 + 2 files changed, 4 insertions(+) create mode 160000 nvim/pack/hrsh7th/start/nvim-cmp diff --git a/.gitmodules b/.gitmodules index 6c9b493..f86f247 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "nvim/pack/neovim/start/nvim-lspconfig"] path = nvim/pack/neovim/start/nvim-lspconfig url = https://github.com/neovim/nvim-lspconfig.git +[submodule "nvim/pack/hrsh7th/start/nvim-cmp"] + path = nvim/pack/hrsh7th/start/nvim-cmp + url = https://github.com/hrsh7th/nvim-cmp.git diff --git a/nvim/pack/hrsh7th/start/nvim-cmp b/nvim/pack/hrsh7th/start/nvim-cmp new file mode 160000 index 0000000..983453e --- /dev/null +++ b/nvim/pack/hrsh7th/start/nvim-cmp @@ -0,0 +1 @@ +Subproject commit 983453e32cb35533a119725883c04436d16c0120 -- cgit v1.2.3-70-g09d2