Age | Commit message (Collapse) | Author |
|
Set up custom insert mappings for GitHub Copilot based on what makes
sense to me and inspired by the existing i_^x Vim completion mappings.
|
|
Add a new mapping to quickly comment on a line.
|
|
The 'typescript.vim' plugin has the 'makeprg' compile only the current
file, not all files. Copy its 'makeprg' command and modify it to compile
all files in the project instead. This way I get compiler errors in
quickfix for the whole project.
This way makes more sense to me and works for code reviews.
|
|
Fix bugs introduced by activating the Rust Vim plugin's ftplugin.
|