My neovim config
Loads in ~22ms Should work on windows with a little bit of configuration cuz welcome to windows
you might need different dependencies for your LSP servers
git clone "https://github.com/MrCatNerd/MyNeovimConfig.git" "$HOME/.config/nvim" # Linux
#git clone "https://github.com/MrCatNerd/MyNeovimConfig.git" "$LOCALAPPDATA/nvim" # Windows
nvim --headless "+Lazy! sync" "+Lazy! build all" +qa
To install all of the LSP servers, run:
nvim --headless "+MasonInstallAll" +qa
- DAP
- add sql support
- add a better windows installation guide based on the kickstart.nvim guide cuz its a good windows installation guide