chore: fixes some annoyances
- bufdelete handling - installs snipe - installs gitportal
This commit is contained in:
parent
b43aae5545
commit
f3edba3aae
6 changed files with 78 additions and 19 deletions
19
modules/nvim/config/lua/plugins/snipe.lua
Normal file
19
modules/nvim/config/lua/plugins/snipe.lua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
return {
|
||||
"leath-dub/snipe.nvim",
|
||||
keys = {
|
||||
{
|
||||
"<leader>bb",
|
||||
function()
|
||||
require("snipe").open_buffer_menu()
|
||||
end,
|
||||
desc = "Open Snipe buffer menu",
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
position = "center",
|
||||
open_win_override = {
|
||||
title = "Select buffer",
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue