<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/after, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>after/plugin/copilot.vim: Add mappings for GitHub Copilot</title>
<updated>2023-12-07T21:40:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-07T21:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=dd6f787ea345e47f2aecb49e07439e688867dc85'/>
<id>dd6f787ea345e47f2aecb49e07439e688867dc85</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>after/plugin/prr_ui.vim: Add mapping to `PrrComment`</title>
<updated>2023-12-07T21:40:24+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-07T21:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=b988faedc985ed08aaf5bb34f67af2b2f270cf16'/>
<id>b988faedc985ed08aaf5bb34f67af2b2f270cf16</id>
<content type='text'>
Add a new mapping to quickly comment on a line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new mapping to quickly comment on a line.
</pre>
</div>
</content>
</entry>
<entry>
<title>after/compiler/typescript.vim: Compile all files</title>
<updated>2023-12-05T23:51:47+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-12-05T21:29:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=e89b00c7be35fdb64200b0a8c8530ffadb849c72'/>
<id>e89b00c7be35fdb64200b0a8c8530ffadb849c72</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add after/ftplugin/rust.vim</title>
<updated>2020-07-19T01:02:28+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2020-07-19T01:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=4273f1bdc99948d681d36e162115cf6f52d43f76'/>
<id>4273f1bdc99948d681d36e162115cf6f52d43f76</id>
<content type='text'>
Fix bugs introduced by activating the Rust Vim plugin's ftplugin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bugs introduced by activating the Rust Vim plugin's ftplugin.
</pre>
</div>
</content>
</entry>
</feed>
