chopsticks/modules
m1ngsama 28e4ed3794 fix(ui): drop noisy colorcolumn, polish highlights, warn on missing colorscheme
The full-column ColorColumn was visually overwhelming on every line, especially
with default vim's LightRed (kicked in silently when solarized8 wasn't installed).
Replace it with an OverLength match that only highlights characters past the
buffer's textwidth.

- editing.vim: OverLength matchadd, refreshed on FileType/BufWinEnter/OptionSet
- languages.vim: drop colorcolumn from per-filetype autocmds (textwidth still set)
- ui.vim: VertSplit/CursorLine/CursorLineNr/SignColumn override via ColorScheme
  autocmd; fillchars for vert and eob; timer-based warning if solarized8 missing
2026-04-27 18:08:28 +08:00
..
core.vim fix: add missing visual mode mappings for clipboard, movement, and editing 2026-04-26 15:32:55 +08:00
editing.vim fix(ui): drop noisy colorcolumn, polish highlights, warn on missing colorscheme 2026-04-27 18:08:28 +08:00
env.vim perf+feat: fix logiPat guard, skip 2 more built-ins, add git/format bindings 2026-04-22 16:30:28 +08:00
git.vim perf+feat: fix logiPat guard, skip 2 more built-ins, add git/format bindings 2026-04-22 16:30:28 +08:00
languages.vim fix(ui): drop noisy colorcolumn, polish highlights, warn on missing colorscheme 2026-04-27 18:08:28 +08:00
lint.vim perf+feat: fix logiPat guard, skip 2 more built-ins, add git/format bindings 2026-04-22 16:30:28 +08:00
lsp.vim fix: audit fixes — shellcheck, TTY signcolumn, matchdelete race, docs accuracy 2026-04-22 18:31:08 +08:00
navigation.vim fix: audit fixes — shellcheck, TTY signcolumn, matchdelete race, docs accuracy 2026-04-22 18:31:08 +08:00
plugins.vim perf: remove ttyfast, add grepprg/diffopt, DRY FZF commands, conditional tmux-navigator 2026-04-22 17:06:33 +08:00
tools.vim fix: add missing visual mode mappings for clipboard, movement, and editing 2026-04-26 15:32:55 +08:00
ui.vim fix(ui): drop noisy colorcolumn, polish highlights, warn on missing colorscheme 2026-04-27 18:08:28 +08:00