<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Vim on nagg.eu</title><link>https://nagg.eu/tags/vim/</link><description>Recent content in Vim on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 17 Oct 2015 14:34:09 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/vim/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting up Vim on Fedora</title><link>https://nagg.eu/setting-up-vim-on-fedora/</link><pubDate>Sat, 17 Oct 2015 14:34:09 +0000</pubDate><guid>https://nagg.eu/setting-up-vim-on-fedora/</guid><description>&lt;p&gt;Since every time I am about to install Vim I forgot how to set it up, set it as default system wide text editor and so on I figure I&amp;rsquo;ll write it down once and for all.&lt;br&gt;
First of all let&amp;rsquo;s install Vim, specifically the so called &lt;code&gt;enhanced&lt;/code&gt; version which is capable of loading plugins and colorschemes:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[user@Fedora ~]# sudo dnf install vim
### powerline plugin
[user@Fedora ~]# sudo dnf install vim-plugin-powerline
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;I personally really like &lt;!-- raw HTML omitted --&gt;molokay colorscheme from tomasr&lt;!-- raw HTML omitted --&gt;; putting it in the default colorscheme directory does the trick if we want to use it for every user.&lt;/p&gt;</description></item></channel></rss>