My confs for neovim
Sup. I will inevitably brick my system or get fed up with using the default config on a VM one day, so here's my init.vim
Transparent background so you can use a dropdown terminal
Italics for function defs and comments
The sexiest theme in the history of vim (tokyo night!)
Syntax highlighting
The only good leader key ("," of course)
-
make a loop de loop and git pull, and your neovim is looking cool!
-
install python for nvim
pip install neovim
- install javascript for coc-nvim
sudo curl -sL install-node.vercel.app/lts | sudo bash
sudo pacman -S ccls
for the c/c++ LSP
-
run
:PlugInstall
-
run
:CocInstall
, config for your favorite languages -
get yourself a sexy font. try nerdfonts-git on the AUR. I'm partial to roboto mono medium
12/7/21
Changed autocomplete to Coc because it uses LSP
Fixed the brackets plugin jumping to a closed bracket instead of placing one >:(