chopsticks/modules
m1ngsama dbb11c9473 perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning
Startup: replace vim-unimpaired (2.5ms) with 2-line blank line insertion.
29 plugins now. All [q/]q, [e/]e, [x/]x mappings were already ours.

Runtime:
- ALE lint_delay=200ms, echo_delay=100ms — less thrashing during edits
- LSP virtual_text_delay=200ms, highlight_delay=200ms, echo_delay=100ms
- Disable gitgutter default mappings (map_keys=0) — we don't use them
- Merge two BufReadPre large-file autocmds into one (single getfsize)
- Remove redundant filetype detection autocmds (Vim 9.2 handles natively)
2026-04-22 00:46:00 +08:00
..
core.vim perf: 39ms → 23ms startup (40% faster) 2026-04-22 00:36:44 +08:00
editing.vim perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning 2026-04-22 00:46:00 +08:00
env.vim perf: 39ms → 23ms startup (40% faster) 2026-04-22 00:36:44 +08:00
git.vim perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning 2026-04-22 00:46:00 +08:00
languages.vim perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning 2026-04-22 00:46:00 +08:00
lint.vim perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning 2026-04-22 00:46:00 +08:00
lsp.vim perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning 2026-04-22 00:46:00 +08:00
navigation.vim refactor: modular architecture — split .vimrc into 12 self-contained modules 2026-04-22 00:05:10 +08:00
plugins.vim perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning 2026-04-22 00:46:00 +08:00
tools.vim perf: 23ms → 19ms — drop vim-unimpaired, runtime tuning 2026-04-22 00:46:00 +08:00
ui.vim refactor: modular architecture — split .vimrc into 12 self-contained modules 2026-04-22 00:05:10 +08:00
writing.vim refactor: modular architecture — split .vimrc into 12 self-contained modules 2026-04-22 00:05:10 +08:00