From 710b0f9cdfb94989cb92865815656de953afdd7e Mon Sep 17 00:00:00 2001 From: "Andrew R. M" Date: Fri, 4 Apr 2025 17:42:35 +0000 Subject: [PATCH] Pin plugins to specific tagged versions rather than master + add luasnip --- .gitmodules | 3 +++ vim/.vim/nvim-bundle/LuaSnip | 1 + vim/.vim/nvim-bundle/indent-blankline | 2 +- vim/.vim/nvim-bundle/nvim-lspconfig | 2 +- vim/.vim/nvim-bundle/plenary | 2 +- vim/.vim/nvim-bundle/telescope | 2 +- 6 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 vim/.vim/nvim-bundle/LuaSnip diff --git a/.gitmodules b/.gitmodules index 47067ea..c5df9ef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "vim/.vim/nvim-bundle/indent-blankline"] path = vim/.vim/nvim-bundle/indent-blankline url = https://github.com/lukas-reineke/indent-blankline.nvim.git +[submodule "vim/.vim/nvim-bundle/LuaSnip"] + path = vim/.vim/nvim-bundle/LuaSnip + url = https://github.com/L3MON4D3/LuaSnip.git diff --git a/vim/.vim/nvim-bundle/LuaSnip b/vim/.vim/nvim-bundle/LuaSnip new file mode 160000 index 0000000..8ae1ded --- /dev/null +++ b/vim/.vim/nvim-bundle/LuaSnip @@ -0,0 +1 @@ +Subproject commit 8ae1dedd988eb56441b7858bd1e8554dfadaa46d diff --git a/vim/.vim/nvim-bundle/indent-blankline b/vim/.vim/nvim-bundle/indent-blankline index 821a7ac..12e9204 160000 --- a/vim/.vim/nvim-bundle/indent-blankline +++ b/vim/.vim/nvim-bundle/indent-blankline @@ -1 +1 @@ -Subproject commit 821a7acd88587d966f7e464b0b3031dfe7f5680c +Subproject commit 12e92044d313c54c438bd786d11684c88f6f78cd diff --git a/vim/.vim/nvim-bundle/nvim-lspconfig b/vim/.vim/nvim-bundle/nvim-lspconfig index 114bf18..cf3dd4a 160000 --- a/vim/.vim/nvim-bundle/nvim-lspconfig +++ b/vim/.vim/nvim-bundle/nvim-lspconfig @@ -1 +1 @@ -Subproject commit 114bf1875c4adef7c39c86ef538246478b4af87c +Subproject commit cf3dd4a290084a868fac0e2e876039321d57111c diff --git a/vim/.vim/nvim-bundle/plenary b/vim/.vim/nvim-bundle/plenary index 4f71c0c..5001291 160000 --- a/vim/.vim/nvim-bundle/plenary +++ b/vim/.vim/nvim-bundle/plenary @@ -1 +1 @@ -Subproject commit 4f71c0c4a196ceb656c824a70792f3df3ce6bb6d +Subproject commit 50012918b2fc8357b87cff2a7f7f0446e47da174 diff --git a/vim/.vim/nvim-bundle/telescope b/vim/.vim/nvim-bundle/telescope index 45d61cc..d909568 160000 --- a/vim/.vim/nvim-bundle/telescope +++ b/vim/.vim/nvim-bundle/telescope @@ -1 +1 @@ -Subproject commit 45d61cc8da213e4052cf698653692b6a4c961760 +Subproject commit d90956833d7c27e73c621a61f20b29fdb7122709