aboutsummaryrefslogtreecommitdiffstats
path: root/after
AgeCommit message (Collapse)Author
2023-12-07after/plugin/copilot.vim: Add mappings for GitHub CopilotTeddy Wing
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.
2023-12-07after/plugin/prr_ui.vim: Add mapping to `PrrComment`Teddy Wing
Add a new mapping to quickly comment on a line.
2023-12-06after/compiler/typescript.vim: Compile all filesTeddy Wing
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.
2020-07-19Add after/ftplugin/rust.vimTeddy Wing
Fix bugs introduced by activating the Rust Vim plugin's ftplugin.