diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-19 14:20:48 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-19 14:20:48 -0400 |
| commit | f34680385f60b449cbb2472e641a3742024b54ea (patch) | |
| tree | dac62be047b52a4c8344da92e17f8bec3d374b20 /pkgs | |
| parent | 03f222f3010c68dbea47023b21696f5a8deb9084 (diff) | |
neovim: add early retirement to auto-close buffers
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/early-retirement.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/early-retirement.lua b/pkgs/custom-neovim/config/lua/plugins/early-retirement.lua index 382c14e..4208c40 100644 --- a/pkgs/custom-neovim/config/lua/plugins/early-retirement.lua +++ b/pkgs/custom-neovim/config/lua/plugins/early-retirement.lua @@ -1,5 +1,5 @@ return { - "nvim-early-returement", + "nvim-early-retirement", after = function () require("early-retirement").setup {} end |
