neovim

Hopping Around NeoVim

1 minute read

I liked vim-easymotion in plain Vim. hop.nvim is the NeoVim equivalent. I had to script the keybindings (with which-keys so that they can be displayed as key...

Rainbow Indent Lines

less than 1 minute read

LazyVim also comes with the “ibl” (indent-blankline.nvim) plugin that renders vertical lines (by default, with the | character) as indent guidelines. I don’t...