<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Neovim on ʕ•ᴥ•ʔ</title><link>https://staging.sua.dev/blog/neovim/</link><description>Recent content in Neovim on ʕ•ᴥ•ʔ</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright © 2026, Justin Hoang.</copyright><lastBuildDate>Thu, 23 Apr 2026 22:16:44 -0600</lastBuildDate><atom:link href="https://staging.sua.dev/blog/neovim/index.xml" rel="self" type="application/rss+xml"/><item><title>Neovim</title><link>https://staging.sua.dev/neovim/</link><pubDate>Fri, 05 Sep 2025 00:00:00 -0600</pubDate><guid>https://staging.sua.dev/neovim/</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="#repositories"&gt;Repositories&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#plugins"&gt;Plugins&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#quirks"&gt;Quirks&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="repositories"&gt;Repositories&lt;/h2&gt;
&lt;p&gt;My &lt;code&gt;Neovim&lt;/code&gt; configuration is currently in two places:
&lt;a href="https://gitea.sua.dev/sua/nvim"&gt;nvim&lt;/a&gt; and
&lt;a href="https://gitea.sua.dev/sua/nixvim"&gt;nixvim&lt;/a&gt;. Both of these
configurations were heavily inspired by
&lt;a href="https://github.com/nvim-lua/kickstart.nvim"&gt;kickstart.nvim&lt;/a&gt;, a minimal starting
point for Neovim with sensible out-of-the-box configurations and detailed
documentation. The idea is that kickstart will give you the tools to build your
own configuration, rather than providing everything like a distribution would
(see &lt;a href="https://www.lazyvim.org/"&gt;LazyVim&lt;/a&gt; for example).&lt;/p&gt;
&lt;p&gt;I have mainly been using the nixvim configuration since last year. It is powered
by the &lt;a href="https://github.com/nix-community/nixvim"&gt;nixvim&lt;/a&gt; project, a Neovim
distribution powered by &lt;code&gt;nix&lt;/code&gt;. It allows you to define your Neovim
configurations using &lt;code&gt;nix&lt;/code&gt; modules rather than typical &lt;code&gt;lua&lt;/code&gt; files. This has the
added advantage of build reproducibility and seamless integration into the rest
of my &lt;code&gt;nix&lt;/code&gt; system configuration.&lt;/p&gt;</description></item></channel></rss>