The setup has been moved to being part of dotfiles from: https://github.com/Andreasgdp/dotfiles/commit/4a1e013caff526863eb6f4a2a1cbb2cfc8345388
This is my neovim setup. I use it for web development, so it's optimized for that.
It is based on LazyVim.
Run the following if something goes wrong and you want to reset your local neovim setup to the state from the one in this repository.
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim/
If you ever get the error of lsp syntax highlight working wonky in typescript run the following nvim commands
:TSInstall typescript
:TSInstall tsx