X-Git-Url: https://src.twobees.de/?a=blobdiff_plain;f=stow%2Fnvim%2F.config%2Fnvim%2Flua%2Fplugin_mgr.lua;h=f69eee5c9b821a1779363eba41ff62a2881b87f1;hb=85d1d2fc3c742d71d3c85ff7eff676636cfbaa31;hp=319fda1a2315379e87003c52b6a617b633522a3e;hpb=bf1e668ae26a54b3294ca4c99e42ec0c7166600a;p=dotfiles.git diff --git a/stow/nvim/.config/nvim/lua/plugin_mgr.lua b/stow/nvim/.config/nvim/lua/plugin_mgr.lua index 319fda1..f69eee5 100644 --- a/stow/nvim/.config/nvim/lua/plugin_mgr.lua +++ b/stow/nvim/.config/nvim/lua/plugin_mgr.lua @@ -32,6 +32,11 @@ return require('packer').startup(function(use) use { 'hrsh7th/cmp-cmdline' } use { 'hrsh7th/nvim-cmp' } + use { + 'nvim-telescope/telescope.nvim', branch = '0.1.x', + requires = { {'nvim-lua/plenary.nvim'} } + } + -- Automatically set up configuration after cloning packer.nvim if packer_bootstrap then require('packer').sync()