From 6151dfa7def5a96b20c5715534f826a6eb5848f4 Mon Sep 17 00:00:00 2001 From: talksik Date: Thu, 18 Jul 2024 17:21:39 -0700 Subject: [PATCH] annoying error that wouldn't go away --- lua/custom/plugins/init.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index 2bec093..121331b 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -97,17 +97,4 @@ return { end, {}) end, }, - - -- add in shortcuts for next and previous buffer - { - 'romgrk/barbar.nvim', - config = function() - vim.keymap.set('n', '9', function() - vim.cmd 'BufferPrevious' - end, {}) - vim.keymap.set('n', '0', function() - vim.cmd 'BufferNext' - end, {}) - end, - }, }