Nathan Leecodedrop.io·Sep 28, 2023Stop Vim from autoformatting on saveIf you are editing a file and you don't want the autoformatter to run when you save a file one time, you can skip it by avoiding :w . Why? Maybe you just want to make a quick edit to a file, and you don't want prettier to run and change the file a to...Discussvim
finnalafinnala.hashnode.dev·Sep 3, 2023Setting up Neovim Tree-sitter and Built-in LSPIn this article we will go into setting up tree-sitter and the built-in LSP in Neovim. It won't cover some of the extra plugins for completion, but I will go over some of the more common plugins associated with the LSP such as mason. I hope you enjoy...Discussneovim
Iano Njugunaianonjuguna.hashnode.dev·Sep 2, 2023How I Set Up My Neovim Config For Web DevelopmentIntroduction I've been using the Neovim text editor for the past year. While I still rely on VS Code for certain tasks, my journey with Neovim has been enjoyable. In this guide, I'll walk you through how I've set up my Neovim configuration to boost m...Discuss·2 likes·40 readsneovim
Danny Crastoblog.danwald.me·Aug 26, 2023vim -> neovimI've finally made the move after being introduced to vim back in at the Univeristy of Kentucky (Go Big Blue!) in the last millennium. Sluggishness is my pet peeve and was the motivation for moving because vim loaded with all my plugin's was painfully...Discussvim
finnalafinnala.hashnode.dev·Aug 23, 2023An Introduction to Neovim Plugins and Plugin ManagersIf you clicked on this article you're probably already aware that Neovim is a highly customizable and extensible text editor, and you can extend it with user-created plugins. Plugins are pretty much essential if you want to transform Neovim from a si...Discussneovim
finnalafinnala.hashnode.dev·Aug 21, 2023A Beginner's Guide To Neovim ConfigurationNeovim is a highly customizable and extensible text editor. And although wonderful, it can sometimes be a bit confusing or daunting for newcomers to start configuring. Sure, there’s a lot of guides out there — but some people set up their config usin...Discuss·15 likesneovim
Debajyati Deydebajyatidey.hashnode.dev·Aug 21, 2023How to Install Neovim v0.9.1 in WSLIntroduction: Want a powerful default text editor for your WSL environment? Well, Neovim comes along as one of the most preferable text/code editors to work with different types of files in your Linux environment. Neovim, a modern text editor inspire...Discuss·10 likes·95 readsInstallation
Chris Paraisochrisparaiso.hashnode.dev·Aug 20, 2023Revisiting my Development EnvironmentFrom working the usual 9 to 5 job on top of studying data engineering (Python, SQL, DE concepts), I've been feeling a little burnt out with everything. I decided to take a break and revisit my development environment to see what I could add, remove o...Discuss·1 likeneovim
Mark Edzel Potaneblog.mpotane.com·Aug 16, 2023Learn How to Install and Configure Copilot in Neovim using Lazynvim📋 Prerequisite Install -> Neovim or the latest patch of Vim (9.0.0185 or newer). -> Lazynvim -> Copilot for Vim -> Github Copilot Subscription 🔧 Configuration Add this to your lazy.nvim plugins.lua 💼 Setting up Copilot Start Neovim and...Discuss·35 readsgithub copilot
Ratnadeep Bhattacharyyaskylab.hashnode.dev·Aug 12, 2023PlatformIO with NeovimRecently I got interested in EPS32 and ESP8266 programming and I found PlatformIO provides a framework to work with a wide range of devices using simpler code like in Arduino. I started with VSCode as IDE but soon felt I want to move back to my origi...Discuss·2 likesneovim