adding in fzf for telescope and indent blankline migrate version
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user