<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=5785&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / install the newest version of neovim]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5785</link>
		<description><![CDATA[The most recent posts in install the newest version of neovim.]]></description>
		<lastBuildDate>Sat, 08 Jul 2023 16:54:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[install the newest version of neovim]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=42828#p42828</link>
			<description><![CDATA[<p>personally i am using gruvbox theme from my neovim and works perfectly fine with newest version of neovim that debian / devuan stable provideos ..</p><p>how to install the stable version of neovim . (currenlty is v9.1)</p><div class="codebox"><pre><code>cd  /usr/local/bin/
sudo wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz 
sudo tar zxfv nvim-linux64.tar.gz
sudo rm -rf nvim-linux64.tar.gz
sudo ln -sf /usr/local/bin/nvim-linux64/bin/nvim /usr/local/bin/</code></pre></div><p>and then you have the latest nvim .</p><p>if you want use nvim with editor and be the latest one . <br />simply . </p><div class="codebox"><pre><code>sudo apt install -y neovim 
sudo rm /usr/bin/nvim 
sudo ln -sf /usr/local/bin/nvim-linux64/bin/nvim /usr/bin </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (jemadux)]]></author>
			<pubDate>Sat, 08 Jul 2023 16:54:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=42828#p42828</guid>
		</item>
	</channel>
</rss>
