Nerdfonts: https://nerdfonts.com/
mkdir -p ~/.local/share/fonts && \
cd ~/.local/share/fonts && curl -fLo "Fura Code Regular Nerd Font Complete.otf" https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Regular/complete/Fura%20Code%20Regular%20Nerd%20Font%20Complete.otf?raw=true
Use gnome-tweak-tool
to change font
Install package manager first: https://github.com/junegunn/vim-plug
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Add config
mkdir ~/.config/nvim && \
echo "call plug#begin('~/.vim/plugged')\ncall plug#end()" > ~/.config/nvim/init.vim
Reload config: :so %
- Nerdtree: https://github.com/scrooloose/nerdtree
- Dev icons: https://github.com/ryanoasis/vim-devicons
- Nerdtree syntax highlight: https://github.com/tiagofumo/vim-nerdtree-syntax-highlight
- Material Theme: https://github.com/kaicataldo/material.vim
- Light powerline alternative: https://github.com/itchyny/lightline.vim
- Emmet: https://github.com/mattn/emmet-vim