]> src.twobees.de Git - dotfiles.git/blobdiff - stow/nvim/.config/nvim/lua/plugin_mgr.lua
nvim add telescope and jump to last pos
[dotfiles.git] / stow / nvim / .config / nvim / lua / plugin_mgr.lua
index 319fda1a2315379e87003c52b6a617b633522a3e..f69eee5c9b821a1779363eba41ff62a2881b87f1 100644 (file)
@@ -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()