© 2023 Hashnode
#neovim
Installing tools To set up our Rust + Neovim development environment, we need to install some necessary tools. First, we need to install Rust itself, which can be done by following the instructions at…
Neovim is a powerful text editor that can be customized with plugins to enhance its functionality. In this article, we will explore the top 10 essential Neovim plugins. These plugins can help improve …
At the beginning of September 2022 I made the jump from VS Code to Neovim. I was having issues in VS Code with workflow and it was getting uncomfortable to use with the way keyboard shortcuts are hand…
Since Neovim is an infinitely extensible program, we can turn it into anything. Prebuilt Configs There are many preset configurations and frameworks on the internet for instant conversion of Neovim fr…
Just spent my weekend improving my editor situation. Let's talk about what happened. Last updated time: March 13th, 2023. Let's set the stage: I started with VSCode, learned Vim motions and used it in…
Hey as this is my first time writing a blog so I will keep it short and descriptive. Why use? The reason might be different from person to person, someone just wanted to boost their dev experience or …
In this tutorial you'll learn how to build and structure your modern Neovim config in Lua. I'll go through options, mappings, autocmds and plugins. You can read along with my configuration. To learn m…
Neovim is a popular text editor with a number of advanced features and customizable options. In order to make the most of Neovim, it's important to understand the different modes it offers, as well as…
In 2022 I did a lot of things. I changed jobs to find work that was both fulfilling and challenging (and happened to pay better). I sold a house in Colorado to move to scenic, rural Michigan for a bet…
Opening Neovim Open a terminal window on your computer. Type the following command to launch Neovim: nvim <file_name> where <file_name> is the name of the file you want to edit. For example, if you …