adding in fzf for telescope and indent blankline migrate version

This commit is contained in:
talksik
2023-10-10 22:40:30 -07:00
parent 92433b4e6d
commit 627e128426
3 changed files with 16 additions and 8 deletions
+3
View File
@@ -9,6 +9,8 @@ return require('packer').startup(function(use)
use('nvim-lua/plenary.nvim')
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
use {
'nvim-telescope/telescope.nvim', tag = '0.1.0',
-- or , branch = '0.1.x',
@@ -105,6 +107,7 @@ return require('packer').startup(function(use)
},
})
-- version 2.0
use("lukas-reineke/indent-blankline.nvim")
end)