<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Neovim Plugin - Tag - MartinLwx&#39;s Blog</title>
        <link>https://martinlwx.github.io/en/tags/neovim-plugin/</link>
        <description>Neovim Plugin - Tag - MartinLwx&#39;s Blog</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>martinlwx@163.com (MartinLwx)</managingEditor>
            <webMaster>martinlwx@163.com (MartinLwx)</webMaster><copyright>&lt;a rel=&#34;license noopener&#34; href=&#34;https://creativecommons.org/licenses/by-nc-nd/4.0/&#34; target=&#34;_blank&#34;&gt;CC BY-NC-ND 4.0&lt;/a&gt;</copyright><lastBuildDate>Fri, 11 Oct 2024 00:16:14 &#43;0800</lastBuildDate><atom:link href="https://martinlwx.github.io/en/tags/neovim-plugin/" rel="self" type="application/rss+xml" /><item>
    <title>Using Git in Neovim: A Practical Guide to vim-fugitive</title>
    <link>https://martinlwx.github.io/en/my-workflow-of-using-vim-fugitive-in-neovim/</link>
    <pubDate>Fri, 11 Oct 2024 00:16:14 &#43;0800</pubDate><author>
        <name>MartinLwx</name>
    </author><guid>https://martinlwx.github.io/en/my-workflow-of-using-vim-fugitive-in-neovim/</guid>
    <description><![CDATA[<h2 id="intro" class="headerLink">
    <a href="#intro" class="header-mark"></a>Intro</h2><p>Recently, while using Git with Neovim, I noticed that my workflow isn&rsquo;t as smooth as I&rsquo;d like it to be. I tend to <em>exit Neovim</em>, and then type git commands in the terminal. Before committing code changes, I usually check the diff information using <a href="https://github.com/dandavison/delta" target="_blank" rel="noopener noreferrer">delta</a>. To cut down the number of keystrokes, I&rsquo;ve also enabled the <a href="https://github.com/ohmyzsh/ohmyzsh" target="_blank" rel="noopener noreferrer">Oh My Zsh</a>&rsquo;s <code>git</code> plugin, so I can use a bunch of shortcuts like <code>ga = git add</code> and <code>gcmsg = git commit -m</code></p>]]></description>
</item></channel>
</rss>
