[nvim] feat: Telescope is default
This commit is contained in:
parent
b38d33a09b
commit
b2c50db804
@ -41,18 +41,14 @@ return require("packer").startup(function()
|
||||
-- fuzzy finder
|
||||
use {
|
||||
"nvim-telescope/telescope.nvim",
|
||||
opt = true,
|
||||
requires = {
|
||||
{
|
||||
"nvim-lua/plenary.nvim",
|
||||
opt = true
|
||||
},
|
||||
{'nvim-telescope/telescope-fzf-native.nvim',
|
||||
opt = true,
|
||||
run = 'make'
|
||||
}
|
||||
},
|
||||
cmd = "Telescope"
|
||||
}
|
||||
|
||||
-- LSP
|
||||
|
Reference in New Issue
Block a user