<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>#neovim posts — Ben Crowder</title>
    <link>https://bencrowder.net/blog/tag/neovim/</link>
    <atom:link href="https://bencrowder.net/blog/tag/neovim/feed/" rel="self" />
    <description>Feed for blog posts tagged with #neovim.</description>
    <lastBuildDate>Fri, 17 Apr 2026 23:19:59 GMT</lastBuildDate>
    <language>en-US</language>
    <generator>https://bencrowder.net/</generator>

    <item>
      <title>Over the weekend I read Ben Kuhn’s post on syntax highlighting and thought the idea sounded intrigui...</title>
      <link>https://bencrowder.net/blog/2020/1029/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2020/1029/</guid>
      <pubDate>Mon, 14 Sep 2020 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Over the weekend I read Ben Kuhn’s post on <a href="https://www.benkuhn.net/syntax/">syntax highlighting</a> and  thought the idea sounded intriguing, so I tried it out.</p>
<p>Here’s what I had before (and let me add that I was tweaking my Vim colors a few days before this, so this wasn’t technically my normal setup) (and let me further add that this is fairly old code and not anything particular exciting):</p>
<p><figure>
        <img src="https://cdn.bencrowder.net/blog/2020/09/syntax-before.png" alt="syntax-before.png" title="syntax-before.png" />
        
      </figure></p>
<p>And after, where comments are bold and brighter than the rest of the dim code:</p>
<p><figure>
        <img src="https://cdn.bencrowder.net/blog/2020/09/syntax-after.png" alt="syntax-after.png" title="syntax-after.png" />
        
      </figure></p>
<p>Hmm. This isn’t a perfect implementation of the idea in the least, but even so, I don’t know that I like having comments so predominant.</p>
<p>This does, however, give me several ideas for modifying my existing color scheme (or starting from scratch, which is feeling a bit more likely right now). Something more soothing, less garish. And still some way to make comments stand out more — italics or a somewhat brighter color, probably. (Sidenote: <a href="https://github.com/nvim-treesitter/nvim-treesitter">nvim-treesitter</a> has caught my interest.)</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Over the weekend I read Ben Kuhn’s post on syntax highlighting and thought the idea sounded intrigui...">Reply via email</a></p>]]></description>
    </item>
    <item>
      <title>Neovim 0.1.0</title>
      <link>https://bencrowder.net/blog/2015/neovim-0-1-0/</link>
      <guid isPermaLink="true">https://bencrowder.net/blog/2015/neovim-0-1-0/</guid>
      <pubDate>Mon, 02 Nov 2015 12:00:00 GMT</pubDate>
      <dc:creator><![CDATA[Ben Crowder]]></dc:creator>
      <description><![CDATA[<p>Neovim 0.1.0 <a href="https://news.ycombinator.com/item?id=10488188">was released</a> yesterday. I’ve been using an earlier version for a month or two now and all things told, I’m happy with it. My old <code>.vimrc</code> worked fine (though with 0.1.0 the <code>.vimrc</code> has been moved to <code>~/.config/nvim/init.vim</code>, which will take a bit of getting used to), and everything I’ve needed to use has worked. <a href="https://github.com/junegunn/vim-plug">Vim-plug</a> is nice for managing plugins. I haven’t switched from Syntastic to <a href="https://github.com/benekastah/neomake">Neomake</a> yet, but that’s on my todo list for the near future.</p><hr class="feed-extra" style="margin-top: 48pt;" /><p class="feed-extra feed-mail"><a href="mailto:ben.crowder@gmail.com?subject=Re%3A%20Neovim 0.1.0">Reply via email</a></p>]]></description>
    </item>
    
  </channel>
</rss>
