diff options
author | xengineering <me@xengineering.eu> | 2024-02-27 16:33:43 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-02-27 16:33:43 +0100 |
commit | b3fb3cecb4682946b6ceae665e3b4b21f21468e3 (patch) | |
tree | 2e6ba349b5f18094a58348d8e8aa760d37a6f5ca | |
parent | 8b49e3a0aabdf5d66d0b65393f399b481bff903c (diff) | |
download | dotfiles-b3fb3cecb4682946b6ceae665e3b4b21f21468e3.tar dotfiles-b3fb3cecb4682946b6ceae665e3b4b21f21468e3.tar.zst dotfiles-b3fb3cecb4682946b6ceae665e3b4b21f21468e3.zip |
nvim: Add package plenary.nvim
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | nvim/pack/nvim-lua/start/plenary.nvim | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dd2d113..b72be16 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "nvim/pack/rafamadriz/start/friendly-snippets"] path = nvim/pack/rafamadriz/start/friendly-snippets url = https://github.com/rafamadriz/friendly-snippets.git +[submodule "nvim/pack/nvim-lua/start/plenary.nvim"] + path = nvim/pack/nvim-lua/start/plenary.nvim + url = https://github.com/nvim-lua/plenary.nvim.git diff --git a/nvim/pack/nvim-lua/start/plenary.nvim b/nvim/pack/nvim-lua/start/plenary.nvim new file mode 160000 +Subproject 50012918b2fc8357b87cff2a7f7f0446e47da17 |