mirror of
https://oauth2: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@github.com/m1ngsama/chopsticks.git
synced 2026-05-10 19:10:59 +08:00
.vimrc: - Fix syntax=OFF no-op in large file handler (syntax= is correct) - Fix <leader>rG broken -F flag (new RgWord command with -F before --) - Fix :Gdiff → :Gdiffsplit (fugitive v3+ compat) - Fix go_def_mode/go_info_mode conflicting with go_gopls_enabled=0 - Fix <leader>m prefix collision with mt/mp (renamed to <leader>ms) - Wrap PlugInstall autocmd in augroup (prevent doubling on re-source) install.sh: - Guard against empty version string in hadolint/marksman downloads - Add HAS_SUDO check in _do_binary_apt before sudo mv - Add PlugClean warning when existing plugins directory is non-empty - Fix pkg_install brew-first priority (macOS-only now, Linux fallback) - Fix menu double-draw flicker on first render - Fix Fedora deselected tools not tracked in SKIPPED array docs: - Remove nonexistent nvm install step from README - Fix TOC description (side window, not quickfix) in README/QUICKSTART - Fix TTY detection description (add dumb, empty, builtin) - Add missing ,cd and ,wa mappings to README - Remove dead CoC formatOnSaveFiletypes from coc-settings.json
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"languageserver": {
|
|
"marksman": {
|
|
"command": "marksman",
|
|
"args": ["server"],
|
|
"filetypes": ["markdown"],
|
|
"rootPatterns": [".git", ".marksman.toml"]
|
|
}
|
|
}
|
|
}
|