<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Micke Lisinge</title>
    <description>The latest articles on DEV Community by Micke Lisinge (@micke).</description>
    <link>https://dev.to/micke</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F254937%2F476e3f1e-8b0e-42ef-b815-bd8f57291ee3.jpeg</url>
      <title>DEV Community: Micke Lisinge</title>
      <link>https://dev.to/micke</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/micke"/>
    <language>en</language>
    <item>
      <title>NeoVIM register resetting upon start</title>
      <dc:creator>Micke Lisinge</dc:creator>
      <pubDate>Mon, 21 Oct 2019 20:23:13 +0000</pubDate>
      <link>https://dev.to/micke/neovim-register-resetting-upon-start-i2f</link>
      <guid>https://dev.to/micke/neovim-register-resetting-upon-start-i2f</guid>
      <description>&lt;p&gt;I've had this super annoying issue in NeoVIM where my registers always gets reset to gibberish when i start NeoVIM. This will in turn fill my MacOS clipboard with the same gibberish.&lt;/p&gt;

&lt;p&gt;This was especially annoying when switching to a newly opened NeoVIM instance aftere copying something i needed in said NeoVIM instance.&lt;/p&gt;

&lt;p&gt;I did a bunch of Googling to see if i could find someone else with the same issue to no avail.&lt;/p&gt;

&lt;p&gt;When trying to fix &lt;a href=""&gt;another issue i had with my NeoVIM&lt;/a&gt; i managed to fix this issue at the same time! Hooray!&lt;/p&gt;

&lt;h2&gt;
  
  
  TLDR;
&lt;/h2&gt;

&lt;p&gt;If your NeoVIM always has the same registers when starting up you have a issue with your ShaDa temp files. It's easily fixed by removing the ShaDa directory &lt;code&gt;rm -rf ~/.local/share/nvim/shada&lt;/code&gt;&lt;/p&gt;

</description>
      <category>neovim</category>
      <category>register</category>
      <category>shada</category>
    </item>
    <item>
      <title>E138: All ~/.local/share/nvim/shada/main.shada.tmp.X files exists, cannot write ShaDa file!</title>
      <dc:creator>Micke Lisinge</dc:creator>
      <pubDate>Mon, 21 Oct 2019 20:17:00 +0000</pubDate>
      <link>https://dev.to/micke/e138-all-local-share-nvim-shada-main-shada-tmp-x-files-exists-cannot-write-shada-file-333c</link>
      <guid>https://dev.to/micke/e138-all-local-share-nvim-shada-main-shada-tmp-x-files-exists-cannot-write-shada-file-333c</guid>
      <description>&lt;p&gt;I've had this annoying error message flashing by when quitting neovim for a while now:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--5sRYo_4N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/ls4eYiz.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--5sRYo_4N--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://i.imgur.com/ls4eYiz.png" alt=""&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The only reference to it i found while googling was &lt;a href="https://github.com/neovim/neovim/issues/85870"&gt;this github issue&lt;/a&gt;. I ended up just &lt;code&gt;rm -rf ~/.local/share/nvim/shada&lt;/code&gt; and it fixed this issue and another annoying issue I've had for a while.&lt;/p&gt;

</description>
      <category>neovim</category>
      <category>shada</category>
      <category>macos</category>
    </item>
  </channel>
</rss>
