Shah Nawaz Shuvoblog.nawaz.info·Dec 17, 2024I switched to Neovim from VSCode as my main IDESwitching from Visual Studio Code (VSCode) to Neovim as your main IDE can be a transformative experience. While both editors have their strengths and weaknesses, many developers find that Neovim offers a unique blend of speed, customizability, and ke...neovim
Aakash Khanalaakash018.hashnode.dev·Nov 20, 2024My Journey with Vim and Vim Motion: Why You Should Begin Yours TodayTo be clear right from the start—I’m no Vim or Vim motions expert. That said, after using them consistently for a little over two months, I’ve reached a point where they genuinely boost my workflow instead of hindering it. This article serves as a mi...13 likes·62 readsvim
Juho Härmehrmj.hashnode.dev·Nov 15, 2024A basic Neovim + local llm setupOk, here we go: wanted to play around with AI editing a bit even though I am not using ai-powered editing in any serious work. Here's a quick working neovim setup with avante.nvim and ollama. So this is a local llm which could potentially make it mor...43 readsneovim
Mario Césarmarcial.hashnode.dev·Nov 5, 2024My current and ideal IDE setupI use Neovim on Arch Linux, and this is my setup. I don’t have any complaints—everyone probably already knows the pros and cons of using Neovim as a main IDE. Yes, it takes time to get it configured exactly how you want, but for me, the payoff is imm...176 readsneovim
Febin Joyartofcoding.dev·Oct 27, 2024Setting up a Linux terminal for productivityIntroduction Recently, I have installed my computer with Arch Linux. The decision to move to vanilla Arch from EndeavourOS (another Arch-based distro) was quite an organic one. I just thought of starting with a clean slate without any preinstalled ap...90 reads#LinuxTerminal
Nguyen Engineernguyengineer.dev·Oct 16, 2024Replace string contains special character in VimA Simple Solution to a Tricky Problem If you've ever tried to replace a string containing special characters in Vim, especially across multiple files, you know it can be a real headache. The usual search and replace commands often fall short, getting...vim
Barmanjibarmanji.hashnode.dev·Sep 22, 2024Flying Through code blazingly FAST!Tmux + i3WM + NeoVim just changed everything for me! Let’s talk.. 1. TMUX Terminal Multiplexer, or TMUX, is an open-source terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a s...31 likes·92 readsprimeagen
Soulisozzy98.hashnode.dev·Sep 9, 202410 Reasons Why Every Developer Should Learn VimLearning Vim might seem intimidating at first, but it’s a game-changer for developers seeking to enhance their coding efficiency. Many developers start with modern IDEs, enjoying their user-friendly interfaces and extensive features. However, after d...vim
Thao Tangfr0stf0x.hashnode.dev·Sep 6, 2024Using LazyVim: 1 year afterThe story 4 years ago I watched a Youtube video Flappy bird game coding with ReactJS of a famous Vietnamese software engineer. He was using Vim inside a terminal and after a few Google searches I knew there is such a thing on Earth. "Wow, this is coo...57 readsvim
creaturescreatures.hashnode.dev·Sep 6, 2024Neovim dev workflow as a full stack engineerSee how my neovim development workflow looks like as a full stack engineer. I'm going through some of my tmux / neovim configurations and then showing how I navigate between files, between code, references, implementations, how I do testing, debuggin...neovim