<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Plugin-Development on Omar Crosby</title>
    <link>https://omarcrosby.com/tags/plugin-development/</link>
    <description>Recent content in Plugin-Development on Omar Crosby</description>
    <image>
      <title>Omar Crosby</title>
      <url>https://omarcrosby.com/images/og.jpg</url>
      <link>https://omarcrosby.com/images/og.jpg</link>
    </image>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 18 Jul 2026 03:34:20 -0400</lastBuildDate>
    <atom:link href="https://omarcrosby.com/tags/plugin-development/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Five structural decisions that shape a Neovim plugin&#39;s future</title>
      <link>https://omarcrosby.com/posts/five-structural-decisions-neovim-plugin-quality/</link>
      <pubDate>Sat, 18 Jul 2026 03:34:20 -0400</pubDate>
      <guid>https://omarcrosby.com/posts/five-structural-decisions-neovim-plugin-quality/</guid>
      <description>Five choices every plugin author makes by omission. Get them right and future features fit on top; get them wrong and you rewrite in a year.</description>
    </item>
    <item>
      <title>The Neovim plugin directory structure that scales</title>
      <link>https://omarcrosby.com/posts/neovim-plugin-directory-structure-that-scales/</link>
      <pubDate>Sat, 18 Jul 2026 03:22:54 -0400</pubDate>
      <guid>https://omarcrosby.com/posts/neovim-plugin-directory-structure-that-scales/</guid>
      <description>A plugin can start as one file. Once it grows, the same directories consistently appear — this is each stage and what each new file earns you.</description>
    </item>
    <item>
      <title>How Neovim actually loads a plugin</title>
      <link>https://omarcrosby.com/posts/how-neovim-actually-loads-a-plugin/</link>
      <pubDate>Sat, 18 Jul 2026 03:10:58 -0400</pubDate>
      <guid>https://omarcrosby.com/posts/how-neovim-actually-loads-a-plugin/</guid>
      <description>The runtime path, the seven directories Neovim treats specially, and the startup order that determines when each of your plugin&amp;#39;s files gets sourced. Once you know the rules, the directory structure stops looking arbitrary.</description>
    </item>
    <item>
      <title>Your first Neovim plugin</title>
      <link>https://omarcrosby.com/posts/your-first-neovim-plugin/</link>
      <pubDate>Sat, 18 Jul 2026 02:59:14 -0400</pubDate>
      <guid>https://omarcrosby.com/posts/your-first-neovim-plugin/</guid>
      <description>A hands-on walkthrough from empty directory to a working command, using nothing but Neovim&amp;#39;s built-in plugin discovery. Skip the theory; build the plugin first.</description>
    </item>
  </channel>
</rss>
