diff options
| author | 2026-04-17 10:53:18 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:18 +0100 | |
| commit | 27396df7f1e2015e369fc401d27ccb904d45655b (patch) | |
| tree | 6aef89578d07e9e7a9562df7d46c2f63a85bcbc2 | |
| parent | 25a8d957fc369bc01b59436691c4d42ee51bb9d8 (diff) | |
| download | dotfiles-27396df7f1e2015e369fc401d27ccb904d45655b.tar.gz dotfiles-27396df7f1e2015e369fc401d27ccb904d45655b.tar.bz2 dotfiles-27396df7f1e2015e369fc401d27ccb904d45655b.zip | |
chore: remove auto-cmdheight.nvim
Marginal utility (auto-sizing cmdheight) for startup cost of
a lazy=false plugin with empty opts.
| -rw-r--r-- | home/.config/nvim/lua/plugins/ui.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/home/.config/nvim/lua/plugins/ui.lua b/home/.config/nvim/lua/plugins/ui.lua index 6ea0c97..f55ca45 100644 --- a/home/.config/nvim/lua/plugins/ui.lua +++ b/home/.config/nvim/lua/plugins/ui.lua @@ -75,9 +75,4 @@ return { "AndreM222/copilot-lualine", }, }, - { - "jake-stewart/auto-cmdheight.nvim", - lazy = false, - opts = {}, - }, } |
