Skip to content

MrCatNerd/MyNeovimConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • DAP
  • add sql support
  • add a better windows installation guide based on the kickstart.nvim guide cuz its a good windows installation guide