Tag: vim

How to survive without multiple cursors in vim

Alternatives we can use in vim instead of multiple cursors

Neovim: Plugins to get started

Turn Neovim into a fancy editor with these plugins

Build your first Neovim configuration in lua

The one where we learn how to customize Neovim and add plugins

Can we manage neovim's LSP client without plugins?

Let's learn what does it take to use neovim's LSP client in project

Setup nvim-lspconfig + nvim-cmp

Let's configure Neovim's builtin LSP client with nvim-lspconfig and nvim-cmp

The illusion of fast startup times in vim

Speed up vim's startup times with this one weird 'trick'

Everything you need to know to configure neovim using lua

Your first steps into a lua configuration

vim and the quickfix list: jump to a location, search and replace in multiple files, and other shenanigans

The quickfix list and its use cases

vim's easy mode: making vim behave like a 'conventional' text editor

Exploring vim's builtin easy mode

Using Netrw, vim's builtin file explorer

Where we learn how to use Netrw

Using Vim's abbreviations

Exploring some cool use cases for vim abbreviations