From 2a06f4b24af76c2f3daeca374f52960e4cf30eb4 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 27 Feb 2024 15:45:40 +0100 Subject: nvim: Add package LuaSnip --- .gitmodules | 3 +++ nvim/pack/L3MON4D3/start/LuaSnip | 1 + 2 files changed, 4 insertions(+) create mode 160000 nvim/pack/L3MON4D3/start/LuaSnip diff --git a/.gitmodules b/.gitmodules index e0b1dcc..3983561 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [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 +[submodule "nvim/pack/L3MON4D3/start/LuaSnip"] + path = nvim/pack/L3MON4D3/start/LuaSnip + url = https://github.com/L3MON4D3/LuaSnip.git diff --git a/nvim/pack/L3MON4D3/start/LuaSnip b/nvim/pack/L3MON4D3/start/LuaSnip new file mode 160000 index 0000000..8ae1ded --- /dev/null +++ b/nvim/pack/L3MON4D3/start/LuaSnip @@ -0,0 +1 @@ +Subproject commit 8ae1dedd988eb56441b7858bd1e8554dfadaa46d -- cgit v1.2.3-70-g09d2