add(nvim): improved harpoon and telescope

killed barbar
search buffer with telescope
jump to buffer with harpoon
This commit is contained in:
Léana 江 2023-04-01 12:46:59 +02:00
parent c0bcbda34b
commit 877477eedc
6 changed files with 52 additions and 62 deletions

View file

@ -44,8 +44,8 @@ require "packer".startup(function(use)
use "norcalli/nvim-colorizer.lua"
-- Multicursor
use "mg979/vim-visual-multi"
-- Tab bar
use { "romgrk/barbar.nvim", requires = { "kyazdani42/nvim-web-devicons" } }
-- Harpoon
use { "ThePrimeagen/harpoon", requires = { "nvim-lua/plenary.nvim" } }
-- Grep / fuzzy finder
use { "nvim-telescope/telescope.nvim", branch = "0.1.x", requires = { "nvim-lua/plenary.nvim" } }
use { "nvim-telescope/telescope-fzf-native.nvim", run = "make", cond = vim.fn.executable "make" == 1 }