annoying error that wouldn't go away

This commit is contained in:
talksik
2024-07-18 17:21:39 -07:00
parent 5e177cc712
commit 6151dfa7de
-13
View File
@@ -97,17 +97,4 @@ return {
end, {})
end,
},
-- add in shortcuts for next and previous buffer
{
'romgrk/barbar.nvim',
config = function()
vim.keymap.set('n', '<leader>9', function()
vim.cmd 'BufferPrevious'
end, {})
vim.keymap.set('n', '<leader>0', function()
vim.cmd 'BufferNext'
end, {})
end,
},
}