From 487df6ab9a8132e82912db788e91776074ae03da Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 27 Feb 2024 15:41:29 +0100 Subject: nvim: Add package cmp-nvim-lsp --- .gitmodules | 3 +++ nvim/pack/hrsh7th/start/cmp-nvim-lsp | 1 + 2 files changed, 4 insertions(+) create mode 160000 nvim/pack/hrsh7th/start/cmp-nvim-lsp diff --git a/.gitmodules b/.gitmodules index f86f247..e0b1dcc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "nvim/pack/hrsh7th/start/nvim-cmp"] path = nvim/pack/hrsh7th/start/nvim-cmp url = https://github.com/hrsh7th/nvim-cmp.git +[submodule "nvim/pack/hrsh7th/start/cmp-nvim-lsp"] + path = nvim/pack/hrsh7th/start/cmp-nvim-lsp + url = https://github.com/hrsh7th/cmp-nvim-lsp.git diff --git a/nvim/pack/hrsh7th/start/cmp-nvim-lsp b/nvim/pack/hrsh7th/start/cmp-nvim-lsp new file mode 160000 index 0000000..5af77f5 --- /dev/null +++ b/nvim/pack/hrsh7th/start/cmp-nvim-lsp @@ -0,0 +1 @@ +Subproject commit 5af77f54de1b16c34b23cba810150689a3a90312 -- cgit v1.2.3-70-g09d2