<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Setup on Tuxy's Blog</title><link>https://tuxy-streamer.github.io/blog/tags/setup/</link><description>Recent content in Setup on Tuxy's Blog</description><generator>Hugo -- 0.161.1</generator><language>en-us</language><lastBuildDate>Sun, 15 Feb 2026 16:51:38 +0530</lastBuildDate><atom:link href="https://tuxy-streamer.github.io/blog/tags/setup/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting started with Neovim</title><link>https://tuxy-streamer.github.io/blog/posts/get-started-with-nvim/</link><pubDate>Sun, 15 Feb 2026 16:51:38 +0530</pubDate><guid>https://tuxy-streamer.github.io/blog/posts/get-started-with-nvim/</guid><description>Dive into Neovim from scratch: install, configure your first setup and plugins to supercharge your coding speed.</description><content:encoded><![CDATA[<h2 id="installation">Installation</h2>
<p>Just follow the installation guide in here <a href="https://neovim.io/doc/install/">Neovim Installation</a>.</p>
<h2 id="ui-terminologies">UI Terminologies</h2>
<ul>
<li>Buffers:
In-memory text of a file. The text of the file is loaded into memory for editing.
The original file remains unchanged until you the write the buffer to the file.</li>
<li>Windows: View of the buffer. You can use multiple windows to see a single buffer.</li>
<li>Tabs: Collection of windows.</li>
<li>Ruler</li>
</ul>
]]></content:encoded></item></channel></rss>