diff --git a/nvim/lua/user/plugins/editor.lua b/nvim/lua/user/plugins/editor.lua index a3d90f2..9127aa6 100644 --- a/nvim/lua/user/plugins/editor.lua +++ b/nvim/lua/user/plugins/editor.lua @@ -14,7 +14,12 @@ return { virtual_symbol_suffix = '', } }, - "echasnovski/mini.bufremove", + { + "pnx/mini.bufremove", + opts = { + empty_buf = "Alpha" + }, + }, { "windwp/nvim-autopairs", event = "InsertEnter",