Configure Vue/Nuxt autocompletion for Vim/Neovim quickly and without a hassle| pragmaticpineapple.com
Learn how to configure Vim as the ultimate IDE for Svelte and TypeScript development| codechips.me
How and why to use Vim for TypeScript development in 2020?| pragmaticpineapple.com
This article demonstrates a comprehensive linting setup for Go projects, and discusses the best way to introduce it into an existing project.| Freshman — Articles and Tutorials on Software Development
A personal website of Shuhei Kagawa. I write mostly on web technologies and life.| Shuhei Kagawa
I first learned Vim in university and, since then, it has been a welcome companion for the majority of my software engineering career. Working with Python and Go programs felt natural with Vim and I was always felt productive. Yet Java was always a different beast. Whenever an opportunity to work with Java came up, I would inevitably try Vim for a while, but fall back to IntelliJ and the IdeaVim plugin to take advantage of the rich language features a full-featured IDE can give you.| sookocheff.com
A complete guide about searching, finding and replacing in Vim, in one or multiple file, with or without plugins| The Valuable Dev
Introduction I’ve long been a fan of smart editors which have a semantic understanding of the code you’re editing, and leverage it to provide semantics-aware features such as accurate c…| There's Waldo!