<?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 Subhadip's Blog</title><link>https://www.subhadig.net/tags/neovim/</link><description>Recent content in Neovim on Subhadip's Blog</description><generator>Hugo</generator><language>en-us</language><copyright>Subhadip Ghosh</copyright><lastBuildDate>Wed, 10 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://www.subhadig.net/tags/neovim/index.xml" rel="self" type="application/rss+xml"/><item><title>Neovim autocomplete for dictionary words</title><link>https://www.subhadig.net/posts/neovim-autocomplete-for-dictionary-words/</link><pubDate>Wed, 10 Jun 2026 00:00:00 +0000</pubDate><guid>https://www.subhadig.net/posts/neovim-autocomplete-for-dictionary-words/</guid><description>&lt;p&gt;I use the &lt;a href="https://github.com/ms-jpq/coq_nvim"&gt;coq_nvim&lt;/a&gt; plugin in Neovim for
code completion.
But increasingly, more often than code, I find myself editing plaintext or
markdown files with Neovim.&lt;/p&gt;
&lt;p&gt;The coq_nvim plugin mainly relies on the Neovim LSP feature to provide
autocompletion.
Additionally, it also has support for custom sources.
But the absence of dictionary words completion out-of-the-box in coq_nvim is
disappointing.&lt;/p&gt;
&lt;p&gt;So I created a custom coq_nvim source for dictionary words completion over the
weekend.
I also published it as a Neovim plugin on my
&lt;a href="https://github.com/subhadig/coq_words"&gt;GitHub&lt;/a&gt; for others to use.&lt;/p&gt;</description></item></channel></rss>