mirror of
https://oauth2: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@github.com/m1ngsama/chopsticks.git
synced 2026-06-26 05:44:38 +08:00
`set exrc` causes Vim to source `.vimrc`/`.exrc` from the current working directory, which is a wider blast radius than the default should accept for a config aimed at SSH/shared-host workflows. `set secure` mitigates the most dangerous behaviors but still allows arbitrary buffer state changes from an untrusted CWD. Gate both behind `g:chopsticks_enable_exrc` (default off), following the existing opt-in convention used for jk escape, Ctrl-S save, auto-pairs, terminal keymaps, and completion keymaps. Closes #62 |
||
|---|---|---|
| .. | ||
| core.vim | ||
| editing.vim | ||
| env.vim | ||
| git.vim | ||
| languages.vim | ||
| lint.vim | ||
| lsp.vim | ||
| navigation.vim | ||
| plugins.vim | ||
| tools.vim | ||
| ui.vim | ||