Nik F Pnikfp.hashnode.net·Jan 6, 2023I moved to Neovim and love it, but is it right for you?Let me start out by clarifying a few things so that you have a better understanding of the point of this post. First, this won't be a sales pitch trying to get more people on the "Vim" bandwagon. I honestly don't think it's the right tool for everyon...Discuss·12 likes·693 readsvim
Dave Amianadcode.hashnode.net·Sep 1, 2022My Neovim Configurationhttps://youtu.be/Bf7Rubnyz_E Before we begin, let us motivate this topic with the relevance of Vim in 2022. I'll talk briefly about my personal experience learning Vim and the factors that got me into it. The second point of this discussion would be ...Discuss·10 likes·57 readsvim
Kavin Desi Vallikavin25.hashnode.net·Mar 19, 2023Boost Your Neovim Experience with These Essential PluginsNeovim 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 your Neovim experience by adding features such as ...Discuss·10 likes·7.1K readsneovim
Oleg Gulevskyyogulevskyy.hashnode.net·Apr 21, 2023Discovering the Zed IDE: An OverviewWhat is Zed? Zed is a new kid on the block in the IDE business but seems to be causing some people to talk about it. https://twitter.com/adamwathan/status/1648867721944104960?s=20 From the first look, it appears to be focusing on blazing speed (jus...Discuss·1 likeIDEs
Rithul Kameshrithulkamesh.hashnode.net·Apr 17, 2023My Note Taking WorkflowMy notes workflow is using Neorg in the terminal. It's really fun to mess around with Vim and not leave the terminal at all! So I decided to write a blog for all of the Vim nerds. For Configuration, I have used the base neorg config which is on their...Discuss·1 likeneovim
Gökay BÜRÜÇmidnightdeveloper.hashnode.net·Apr 12, 2023Step-By-Step Configuration Of NEOVIM Using LuaThe Lua programming language is a language used in Neovim as an alternative to the classic VIM Script language. The purpose of using Lua language is different from classical VIM Script, it is preferred for the following reasons. More precise editor ...Discuss·28 readsneovim
Bhanuka Mallawaarachchibmax.hashnode.net·Apr 5, 2023Use vim to look cool! don't!A YouTube video I watch recently suggested to learn vim motions because "you look badass" when you use them. I've also seen many more videos where people say things like "I'm going back to vscode because:, vim sucks, emacs sucks, I don't want to look...Discuss·2 likes·40 readsvim
Jannatin Naimjnaimxiii.hashnode.net·Apr 4, 2023Automate Tasks Even If You Might Do Them Only OnceTLDR CSpell in VSCode is a one click setup process but not for Neovim and CLI use. The VSCode's distribution of CSpell comes pre-configured with sane defaults whereas the CLI is bare-bones. To take the CLI's capabilities to feature parity with the on...Discussautomation
Bhanuka Mallawaarachchibmax.hashnode.net·Mar 29, 2023Code formatting in NeovimAs simple as it sound code formatting can get very complecated when you need to do it accross different filetype. I'm not a big fan of auto formatting on save, I like to choose when to format my code. But the problem with code formatting is there a m...Discuss·26 readsvim
Cyan CipherforCyan Ciphercyancipher.hashnode.net·Mar 25, 2023Neovim + Rust = ❤️: How to set up the ultimate coding environmentInstalling 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 https://www.rust-lang.org/tools/install. Next, we...Discuss·30 readsRust
Kavin Desi Vallikavin25.hashnode.net·Mar 19, 2023Boost Your Neovim Experience with These Essential PluginsNeovim 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 your Neovim experience by adding features such as ...Discuss·10 likes·7.1K readsneovim
Nik F Pnikfp.hashnode.net·Mar 16, 2023How to install and set up Neovim on WindowsAt 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 handled. Moving turned out to be a great decision, and...Discuss·10 likes·516 readsProductivity
Zyreezyree.hashnode.net·Mar 16, 2023Neovim as an IDESince 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 from a basic text editor into a full-fledged IDE wit...Discuss·77 readsneovim