diff options
author | xengineering <me@xengineering.eu> | 2024-02-27 15:45:40 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-02-27 15:45:40 +0100 |
commit | 2a06f4b24af76c2f3daeca374f52960e4cf30eb4 (patch) | |
tree | 7c3d2cff694c5c57ef163d5c4ab8de7a8b689655 | |
parent | 487df6ab9a8132e82912db788e91776074ae03da (diff) | |
download | dotfiles-2a06f4b24af76c2f3daeca374f52960e4cf30eb4.tar dotfiles-2a06f4b24af76c2f3daeca374f52960e4cf30eb4.tar.zst dotfiles-2a06f4b24af76c2f3daeca374f52960e4cf30eb4.zip |
nvim: Add package LuaSnip
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | nvim/pack/L3MON4D3/start/LuaSnip | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 8ae1dedd988eb56441b7858bd1e8554dfadaa46 |