MrCatNerd / MyNeovimConfig

my neovim config
1 stars 0 forks source link
for-windows-linux lua neovim-configuration

Nvim

My neovim config

Loads in ~22ms Should work on windows with a little bit of configuration cuz welcome to windows


Prerequisites:

Telescope.nvim

you might need different dependencies for your LSP servers

Installing

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

TODO: