fzf and aliases
This commit is contained in:
parent
5b79ed6d4d
commit
b32fa96788
4 changed files with 41 additions and 6 deletions
|
|
@ -19,8 +19,15 @@ return require("packer").startup(function(use)
|
|||
use({
|
||||
"nvim-telescope/telescope.nvim",
|
||||
tag = "0.1.0",
|
||||
requires = { { "nvim-lua/plenary.nvim" } },
|
||||
requires = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", run = "make" },
|
||||
},
|
||||
wants = {
|
||||
"telescope-fzf-native.nvim",
|
||||
},
|
||||
})
|
||||
use({ "nvim-telescope/telescope-fzf-native.nvim", run = "make" })
|
||||
use({
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
run = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue