<?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: 失魂魚</title>
    <description>The latest articles on DEV Community by 失魂魚 (@satwanjyu).</description>
    <link>https://dev.to/satwanjyu</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%2F868637%2Fd9616a6b-5acf-4b7d-adb7-63cdf5a60ddb.jpeg</url>
      <title>DEV Community: 失魂魚</title>
      <link>https://dev.to/satwanjyu</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/satwanjyu"/>
    <language>en</language>
    <item>
      <title>Setup NeoVim on macOS with plugin manager and Hop (easy-motion)</title>
      <dc:creator>失魂魚</dc:creator>
      <pubDate>Thu, 23 Jun 2022 12:09:14 +0000</pubDate>
      <link>https://dev.to/satwanjyu/setup-neovim-on-macos-with-plugin-manager-and-hop-easy-motion-335n</link>
      <guid>https://dev.to/satwanjyu/setup-neovim-on-macos-with-plugin-manager-and-hop-easy-motion-335n</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;code&gt;brew install nvim&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;vim-plug: &lt;code&gt;sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Open init.vim
&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;" plugins
call plug#begin(stdpath('data') . '/plugged')
Plug 'phaazon/hop.nvim'
call plug#end()

" hop
lua &amp;lt;&amp;lt; EOF
require'hop'.setup()
EOF

" remap leader leader to hop word
map &amp;lt;Leader&amp;gt;&amp;lt;Leader&amp;gt; :HopWord &amp;lt;CR&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Open a file in nvim and type in &lt;code&gt;:PlugUpdate&lt;/code&gt;, you'll see installation process. Now type in &lt;code&gt;\\&lt;/code&gt; or double tap whatever your leader key is mapped to, and hop should be working.&lt;/p&gt;

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