mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: use pnx/mini.bufremove instead of echasnovski/mini.bufremove
This commit is contained in:
parent
e0e6af316c
commit
d82420ffeb
1 changed files with 6 additions and 1 deletions
|
|
@ -14,7 +14,12 @@ return {
|
|||
virtual_symbol_suffix = '',
|
||||
}
|
||||
},
|
||||
"echasnovski/mini.bufremove",
|
||||
{
|
||||
"pnx/mini.bufremove",
|
||||
opts = {
|
||||
empty_buf = "Alpha"
|
||||
},
|
||||
},
|
||||
{
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue