From 63ce97140dc0e9b609174d811a7d8a95b223ca85 Mon Sep 17 00:00:00 2001 From: Robert Altner Date: Mon, 29 Jul 2024 11:35:27 +0200 Subject: [PATCH] add barbar --- lua/keymap.lua | 3 +++ lua/plugins.lua | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lua/keymap.lua b/lua/keymap.lua index 89d21fa..abb5797 100644 --- a/lua/keymap.lua +++ b/lua/keymap.lua @@ -55,3 +55,6 @@ map("i", "", ":m .-2==gi") map("v", "", ":m '>+1gv=gv") map("v", "", ":m '<-2gv=gv") + +map('n', 'p', 'BufferPick', opts) +map('n', 'd', 'BufferPickDelete', opts) diff --git a/lua/plugins.lua b/lua/plugins.lua index edde1fd..e5b846e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -15,6 +15,7 @@ return { "andweeb/presence.nvim", "nvim-treesitter/nvim-treesitter-context", "sindrets/diffview.nvim", + "romgrk/barbar.nvim", "vimsence/vimsence", { 'numToStr/Comment.nvim', @@ -31,7 +32,6 @@ return { }, { "nvim-telescope/telescope.nvim", - dependencies = {"nvim-lua/plenary.nvim"} }, { "nvim-telescope/telescope-fzf-native.nvim", @@ -62,7 +62,6 @@ return { }, { "lewis6991/gitsigns.nvim", - dependencies = { "nvim-lua/plenary.nvim" }, config = function() require("gitsigns").setup() end @@ -116,7 +115,6 @@ return { }, { "folke/todo-comments.nvim", - dependencies = { "nvim-lus/plenary.nvim" }, opts = {} } }