<?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: Me1onRind</title>
    <description>The latest articles on DEV Community by Me1onRind (@me1onrind).</description>
    <link>https://dev.to/me1onrind</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%2F975246%2F473ee85b-0871-4b3c-8bf6-ba3e2a62bb26.jpeg</url>
      <title>DEV Community: Me1onRind</title>
      <link>https://dev.to/me1onrind</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/me1onrind"/>
    <language>en</language>
    <item>
      <title>Vim plugin: Sync your file(such as .vimrc) to gist</title>
      <dc:creator>Me1onRind</dc:creator>
      <pubDate>Sat, 19 Nov 2022 03:04:08 +0000</pubDate>
      <link>https://dev.to/me1onrind/vim-plugin-sync-your-configurate-file-to-gist-40ed</link>
      <guid>https://dev.to/me1onrind/vim-plugin-sync-your-configurate-file-to-gist-40ed</guid>
      <description>&lt;p&gt;How save your .vimrc to remote storage like other IDEs, it's a problem for me. I didn't find any vim plugin meet my needs, so be inspired by &lt;a href="https://www.npmjs.com/package/terminus-sync-config"&gt;terminus-sync-config&lt;/a&gt;,  I write a plugin to do that. Currently only support gist, but it's extensible.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feature
&lt;/h2&gt;

&lt;p&gt;After configurate your gist id and local filepath and remote filename mapping, you can open your &lt;code&gt;.vimrc&lt;/code&gt;, then use &lt;code&gt;:PushConfig&lt;/code&gt; and &lt;code&gt;:PullConfig&lt;/code&gt; to upload/donwload &lt;code&gt;.vimrc&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Of course, It's support all text file.&lt;/p&gt;

&lt;h2&gt;
  
  
  Plugin
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Me1onRind/EscSync"&gt;https://github.com/Me1onRind/EscSync&lt;/a&gt;&lt;br&gt;
There is more detail in plugin's &lt;code&gt;README.MD&lt;/code&gt;.&lt;/p&gt;

</description>
      <category>vim</category>
    </item>
  </channel>
</rss>
