Anirudh Singh Bhadauriaanirudhbhadauria.hashnode.dev·Feb 26, 2024Nvim Commands 101 🖖🏻Inside a block keys - ActionCommand yank inside " " / () / {} / []yi" / () / {} / [] delete inside " " / () / {} / []di" / () / {} / [] edit inside " " / () / {} / []ci" / () / {} / [] Whole line operations- ActionsCommand dddelete ...Discussnvim,
Rakesh Venkatrvbug.hashnode.dev·Feb 17, 2024Configuring your IDE - NeovimIntroduction An Integrated Development Environment (IDE) provides a comprehensive list of features like code editor, compiler/interpreter, code completion, debugger and much more. Modern editors work out of the box. Just install, launch and you are r...Discuss·187 readsneovim
Ezhill Rageshblog.ragesh.live·Nov 14, 2023How to setup Neovim for Competitive Programming in C++I started using Neovim few months ago for Competitive Programming. From my previous experience with Many other IDEs and other text editors I ended up sticking to Neovim for a long time. Here’s how the end looks like : Getting Started We need to ins...Discuss·240 readsnvim,
Nguyen Engineernguyengineer.dev·Nov 11, 2023Quickly create a scatch in NeovimI missed the feature of quickly creating a scratch when I switched back to Vim from Webstorm. A scratch file is handy, it auto-saves somewhere on your computer and allows you to paste temporary content here to do whatever you want. In Vim or Neovim ...Discuss·10 likes·33 readsnvim,
Dung Huynh Ducblog.productsway.com·Nov 9, 2023Introducing hurl.nvim - A New Neovim Plugin for HTTP Requests 🚀Today, I'm thrilled to introduce a plugin I've been working on called hurl.nvim. As a passionate Neovim user and developer, I wanted to create a tool that seamlessly integrates HTTP request handling into our favorite editor, and thus hurl.nvim was bo...Discuss·90 readsnvim,
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...Discuss·35 readsvim
Debajyati Deydebajyatidey.hashnode.dev·Aug 21, 2023How to Install Neovim v0.9+ in WSLIntroduction: Want a powerful default text editor for your WSL environment? Well, Neovim comes 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 inspired by t...Discuss·20 likes·325 readsLinuxInstallationGreat Share 5
Al Farhaankhan I Inamdartheonethatstartedlate.hashnode.dev·Jul 30, 2023Exploring the Power of the Terminal: My Journey with Nvim and Linux.Introduction In the fast-paced world of programming, mastering efficient tools is crucial. This weekend, I had an eye-opening experience that changed the way I approach coding. I delved into the world of using the terminal as a code editor, and it ha...Discuss·1 likeLinux
Enmanuel Jarquintheenmanuel23.hashnode.dev·Jun 20, 2023Tools for my web development envI enjoy working using my terminal on Mac, so I would like to write down and share some tools I use daily. I don't pretend to explain how to install and/or configure them since there are lots of steps that I would need to share, so the easiest way for...Discuss·51 readsTech Articlesvim
Pulkit Gangwarpulkit.hashnode.dev·Jan 20, 2023Neovim configuration from scratch to LSPI have been using vim motions with vscode for about a year now. Recently I switched to Neovim for my editor. This is my configuration for Neovim. I also use Tmux with Neovim but I will cover it in another blog. This is what Neovim looks like without ...Discuss·1.5K readsneovim