Vim Sutras

Posted on Sat 22 October 2022 in Programming • Tagged with Programming, Vim

vim setup screenshot


When in Neovim, Do as the Luans do

Unless you're just starting out with Neovim or are extremely used to vim, it's a good idea to set up Neovim using neovim-exclusive plugins. Most of them are written in lua, and integrate more nicely with the Neovim environment (async, faster startup …


Continue reading