Refactored nvim config to make it easier and less insanely nested
This commit is contained in:
13
.config/nvim/lua/plugins/buffer-manager.lua
Normal file
13
.config/nvim/lua/plugins/buffer-manager.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
return {
|
||||
'j-morano/buffer_manager.nvim',
|
||||
dependencies = { 'nvim-lua/plenary.nvim' },
|
||||
keys = {
|
||||
{
|
||||
'<leader>bl',
|
||||
function()
|
||||
require('buffer_manager.ui').toggle_quick_menu()
|
||||
end,
|
||||
desc = '[B]uffer [L]ist',
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user