mirror of
https://oauth2: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@github.com/m1ngsama/chopsticks.git
synced 2026-05-10 19:10:59 +08:00
Show all listed buffers in a tabline (current bufnr highlighted, modified
marker '+'), and reserve a permanent signcolumn so width doesn't jitter when
gitgutter/ALE/LSP signs come and go.
- ui.vim: TLBuild() + TabLine{,Sel,Fill} hl groups via ColorScheme autocmd;
set signcolumn=yes for non-TTY (overrides core.vim's previous logic)
- core.vim: drop non-TTY signcolumn branch (centralized in ui.vim)
|
||
|---|---|---|
| .. | ||
| core.vim | ||
| editing.vim | ||
| env.vim | ||
| git.vim | ||
| languages.vim | ||
| lint.vim | ||
| lsp.vim | ||
| navigation.vim | ||
| plugins.vim | ||
| tools.vim | ||
| ui.vim | ||