My minimalist neovim init file
- Vim plug
- Clone into
git clone git@github.com:ArthurS1/nvim-init.git ~/.config/nvim/ - Go into vim and type
:PlugInstall
- autocompletion (with lsp)
- real-time errors (with lsp)
- fzf for file switch
- relative line numbers
- git integration (with fugitive)