1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: use pnx/mini.bufremove instead of echasnovski/mini.bufremove

This commit is contained in:
Henrik Hautakoski 2024-11-03 13:41:26 +01:00
parent e0e6af316c
commit d82420ffeb

View file

@ -14,7 +14,12 @@ return {
virtual_symbol_suffix = '',
}
},
"echasnovski/mini.bufremove",
{
"pnx/mini.bufremove",
opts = {
empty_buf = "Alpha"
},
},
{
"windwp/nvim-autopairs",
event = "InsertEnter",