- Install neovim
- Install Vim Plug ->
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
- Install Nodejs for Vim Coc
curl -sL install-node.vercel.app/lts | bash
(as root user)
just clone it into to .config/nvim
I have created an extra file to enable custom settings for different devices, which arent Synched by git ... so you need to create an file called extra.vim
to disable the warning at the start of nvim
just run :PlugInstall
to install all Plugins with Vim Plug
Configure the Coc.yaml and implement it