leap plugin & textobjects for buffer movement
add alpha to nrformat so I can kick ass and increment lists in markdown
misc upgrades
Install neovim for the platform
git clone
this directory into the configuration directory, usually:
%LOCALAPPDATA%\nvim
~/.config/nvim
Install packer by cloning into nvim-data/site/pack/packer/start
Run :PackerSync
and cry a little bit because your text editor now comes
with dependencies. LISTEN, HIME, IT'S THE FUTURE.
Don't forget to set EDITOR=
on your platform! Make sure all the other
inferior editors know who is the boss!
:TSUpdate
needs to be run with a C-compiler on the path. On Windows this
means either you're using vim inside mingw, WSL, etc. (ew, wtf.) or you
are using an x64 Native Tools shell. (Alternatively you just put that shit
on your %PATH%
, like some kind of hooligan.)
If a treesitter plugin explodes, saying it cannot open the library, it is probably because your dumbass opened x86 native tools and not x64 native tools. Why would you do that, idiot?