<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts tagged: nvim</title>
    <link>https://waylonwalker.com/tags/nvim/</link>
    <description>All posts with the tag &#34;nvim&#34;</description>
    <lastBuildDate>Tue, 02 Sep 2025 13:23:21 +0000</lastBuildDate>
    <generator>markata-go</generator>
    <docs>https://www.rssboard.org/rss-specification</docs>
    <atom:link href="https://waylonwalker.com/tags/nvim/rss.xml" rel="self" type="application/rss+xml"></atom:link>
    <item>
      <title>nvim delete current file</title>
      <link>https://waylonwalker.com/nvim-delete-current-file/</link>
      <description>This one is one that I&#39;ve been using quite often, I did&#39;t have a hotkey for it, I just used the shell command.</description>
      <pubDate>Tue, 02 Sep 2025 13:23:21 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/nvim-delete-current-file/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
    </item>
    <item>
      <title>💭 The decline of &#34;i use vim btw&#34; - YouTube</title>
      <link>https://waylonwalker.com/thought-724/</link>
      <description>!https://www.youtube.com/watch?v=RmnqdAidVeE</description>
      <pubDate>Sun, 29 Jun 2025 17:46:52 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-724/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>arch</category>
      <category>thought</category>
    </item>
    <item>
      <title>my nvim spellcheck setup</title>
      <link>https://waylonwalker.com/my-nvim-spellcheck-setup/</link>
      <description>I&#39;ve gone too long without a proper spellcheck setup in nvim. I know it&#39;s there, I just don&#39;t use it, I don&#39;t have the right keybinds, like I do with...</description>
      <pubDate>Sat, 31 May 2025 20:11:59 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/my-nvim-spellcheck-setup/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
    </item>
    <item>
      <title>fixed long standing nvim startup error</title>
      <link>https://waylonwalker.com/fixed-long-standing-nvim-startup-error/</link>
      <description>Here&#39;s the diff, this is it.</description>
      <pubDate>Thu, 13 Feb 2025 08:41:39 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/fixed-long-standing-nvim-startup-error/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
    </item>
    <item>
      <title>testing nvim installs</title>
      <link>https://waylonwalker.com/testing-nvim-installs/</link>
      <description>Testing fresh nvim installs can be a pain, and hard to di without borking your known good install. I&#39;ve been using to run a test nvim in a sandbox that wont...</description>
      <pubDate>Wed, 12 Feb 2025 21:02:03 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/testing-nvim-installs/</guid>
      <author>hello@waylonwalker.com</author>
      <category>just</category>
      <category>nvim</category>
    </item>
    <item>
      <title>vim date</title>
      <link>https://waylonwalker.com/vim-date/</link>
      <description>When I want to put a date in a document like a blog post from vim I use !!date from insert mode. Note that entering from normal mode puts you in command mode...</description>
      <pubDate>Wed, 12 Feb 2025 12:51:00 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/vim-date/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
    </item>
    <item>
      <title>setting up nvim-manager starship prompt</title>
      <link>https://waylonwalker.com/setting-up-nvim-manager-starship-prompt/</link>
      <description>I built out a tool for myself to manage my nvim configuration, and I wanted to quickly see which one I am running in my starship prompt. Here&#39;s the config I...</description>
      <pubDate>Tue, 21 Jan 2025 16:03:46 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/setting-up-nvim-manager-starship-prompt/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>nvim-manager</category>
      <category>starship</category>
    </item>
    <item>
      <title>nvim-manager</title>
      <link>https://waylonwalker.com/nvim-manager/</link>
      <description>I recently built a cli application as a nearly-one-shot-app called nvim-manager. It manages your nvim dotfiles install.</description>
      <pubDate>Sun, 12 Jan 2025 21:14:19 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/nvim-manager/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
      <category>linux</category>
      <category>python</category>
    </item>
    <item>
      <title>💭 olimorris/codecompanion.nvim: ✨ AI-powered coding, seamlessly ...</title>
      <link>https://waylonwalker.com/thought-515/</link>
      <description>!https://github.com/olimorris/codecompanion.nvim</description>
      <pubDate>Thu, 09 Jan 2025 02:18:50 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-515/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 WaylonWalker/nvim-manager: manage dotfiles with nvim_appname</title>
      <link>https://waylonwalker.com/thought-513/</link>
      <description>!https://github.com/WaylonWalker/nvim-manager/releases/tag/v0.0.2</description>
      <pubDate>Wed, 08 Jan 2025 17:11:34 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-513/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 Releases · WaylonWalker/nvim-manager</title>
      <link>https://waylonwalker.com/thought-512/</link>
      <description>!https://github.com/WaylonWalker/nvim-manager/releases</description>
      <pubDate>Wed, 08 Jan 2025 03:09:30 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-512/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 GitHub - ngalaiko/tree-sitter-go-template: Golang template gra...</title>
      <link>https://waylonwalker.com/thought-510/</link>
      <description>!https://github.com/ngalaiko/tree-sitter-go-template</description>
      <pubDate>Mon, 06 Jan 2025 18:49:13 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-510/</guid>
      <author>hello@waylonwalker.com</author>
      <category>k8s</category>
      <category>kubernetes</category>
      <category>helm</category>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 Wrapping your favorite CLI in neovim - YouTube</title>
      <link>https://waylonwalker.com/thought-489/</link>
      <description>!https://www.youtube.com/watch?v=rerTvidyz-0&amp;t=160s</description>
      <pubDate>Tue, 31 Dec 2024 21:02:44 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-489/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 Saghen/blink.cmp: Performant, batteries-included completion pl...</title>
      <link>https://waylonwalker.com/thought-431/</link>
      <description>!https://github.com/Saghen/blink.cmp</description>
      <pubDate>Tue, 19 Nov 2024 14:45:06 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-431/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 E576: Error while reading ShaDa file: there is an item at posi...</title>
      <link>https://waylonwalker.com/thought-428/</link>
      <description>!https://github.com/neovim/neovim/issues/6875</description>
      <pubDate>Sat, 16 Nov 2024 16:04:27 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-428/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 These are SICK, gonna be using this a lot. (Thanks @evantraver...</title>
      <link>https://waylonwalker.com/thought-411/</link>
      <description>!https://github.com/jesseleite/dotfiles/commit/49794006cbc9dc0e743925ec1a7122514d7148be</description>
      <pubDate>Fri, 11 Oct 2024 01:09:17 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-411/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 Switching Configs in Neovim • Michael Uloth</title>
      <link>https://waylonwalker.com/thought-383/</link>
      <description>!https://michaeluloth.com/neovim-switch-configs/</description>
      <pubDate>Wed, 21 Aug 2024 12:57:56 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-383/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 From Vim To Zed - YouTube</title>
      <link>https://waylonwalker.com/thought-241/</link>
      <description>!https://www.youtube.com/watch?v=ZRnWmNdf5IE&amp;t=612</description>
      <pubDate>Sat, 13 Apr 2024 13:42:56 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-241/</guid>
      <author>hello@waylonwalker.com</author>
      <category>vim</category>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 My New Python Lsp Setup</title>
      <link>https://waylonwalker.com/thought-213/</link>
      <description>!None</description>
      <pubDate>Sat, 09 Mar 2024 02:58:03 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-213/</guid>
      <author>hello@waylonwalker.com</author>
      <category>python</category>
      <category>nvim</category>
      <category>thought</category>
    </item>
    <item>
      <title>💭 nvim: `vim.o.cmdheight=0`</title>
      <link>https://waylonwalker.com/thought-182/</link>
      <description>!https://vi.stackexchange.com/questions/39947/nvim-vim-o-cmdheight-0-looses-the-recording-a-macro-messages</description>
      <pubDate>Thu, 14 Dec 2023 14:20:17 +0000</pubDate>
      <guid isPermaLink="true">https://waylonwalker.com/thought-182/</guid>
      <author>hello@waylonwalker.com</author>
      <category>nvim</category>
      <category>thought</category>
    </item>
  </channel>
</rss>