diff options
author | xengineering <me@xengineering.eu> | 2024-02-27 16:37:00 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-02-27 16:37:00 +0100 |
commit | 1c0cc68a5e7255905cb2bbd3d70c08f8fbd2c646 (patch) | |
tree | 8aba11a78a90ff64f0f897a2408e09bc497be6f1 | |
parent | b3fb3cecb4682946b6ceae665e3b4b21f21468e3 (diff) | |
download | dotfiles-1c0cc68a5e7255905cb2bbd3d70c08f8fbd2c646.tar dotfiles-1c0cc68a5e7255905cb2bbd3d70c08f8fbd2c646.tar.zst dotfiles-1c0cc68a5e7255905cb2bbd3d70c08f8fbd2c646.zip |
nvim: Add package telescope.nvim
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | nvim/pack/nvim-telescope/start/telescope.nvim | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b72be16..81e053e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [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 +[submodule "nvim/pack/nvim-telescope/start/telescope.nvim"] + path = nvim/pack/nvim-telescope/start/telescope.nvim + url = https://github.com/nvim-telescope/telescope.nvim.git diff --git a/nvim/pack/nvim-telescope/start/telescope.nvim b/nvim/pack/nvim-telescope/start/telescope.nvim new file mode 160000 +Subproject d90956833d7c27e73c621a61f20b29fdb712270 |