mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): improved harpoon and telescope
killed barbar search buffer with telescope jump to buffer with harpoon
This commit is contained in:
parent
c0bcbda34b
commit
877477eedc
6 changed files with 52 additions and 62 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue