just clone it:
cd /d %LOCALAPPDATA%
del /s /q nvim
git clone https://github.com/laxtiz/nvim.git nvim
cd $env:LOCALAPPDATA
Remove-Item -Recurse -Force nvim
git clone https://github.com/laxtiz/nvim.git nvim
cd ~/.config
rm -rf nvim
git clone https://github.com/laxtiz/nvim.git nvim
Plugin manager packer.nvim
will auto install and sync other plugins when first launch vim with my config.
By the way. you can manual sync plugins with vim command :PackerSync
I use tree-sitter render syntax highlight, so you need any C Compiler, like gcc/vc/clang/zig.
Besure you have any of these compilers, then run command :TSInstall all
in nvim.
Neovim provides an LSP client, but the servers are provided by third parties.
I use nvim-lspconfig and null-ls to configure LSP servers.
use mason.nvim install LSP servers. Run :Mason
open mason user-interface, then install any you wanted.
review startup-time with command :StarupTime
.