From 1c0cc68a5e7255905cb2bbd3d70c08f8fbd2c646 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 27 Feb 2024 16:37:00 +0100 Subject: nvim: Add package telescope.nvim --- .gitmodules | 3 +++ nvim/pack/nvim-telescope/start/telescope.nvim | 1 + 2 files changed, 4 insertions(+) create mode 160000 nvim/pack/nvim-telescope/start/telescope.nvim 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 index 0000000..d909568 --- /dev/null +++ b/nvim/pack/nvim-telescope/start/telescope.nvim @@ -0,0 +1 @@ +Subproject commit d90956833d7c27e73c621a61f20b29fdb7122709 -- cgit v1.2.3-70-g09d2