My Neovim configuration
- install [neovim][https://github.com/neovim/neovim/wiki/Installing-Neovim#install-from-package]
- install npm (for downloading language servers for css, javascript, typescript, html)
- install go (for downloading language servers for go)
- install rust (rust language server will be installed without installing rust, but to use it you need rust)
- save your prevoius configuration by
cp ~/.config/nvim ~/nvim_backup
(if you have one) - now run
rm -rf ~/.config/nvim
andrm -rf ~/.local/share/nvim/
- run
mkdir ~/.config/nvim
andgit clone https://github.com/TahaCoder43/nvim-config ~/.config/nvim
- now run nvim and it will start installing stuff, wait for it to install
- now go in nvim press
:
and typeMasonInstallAll
that should open up a window installing all the language servers