My neovim config.
- Multi-platform support (Windows/Linux)
- Fast startup (About 25ms on Linux and 70ms on Windows)
- Most of plugins are lazy-loaded
- Avoid external dependencies as much as possible
cd ~/.config/nvim
git clone https://github.com/nazo6/nvim
nvim
We can profile lua thanks to https://github.com/stevearc/profile.nvim
git clone https://github.com/stevearc/profile.nvim
to config root-
- To just enable profile
$env:NVIM_PROFILE=1 nvim
(powershell) orNVIM_PROFILE=1 nvim
to start nvim. - Or to enable startup config profile execute
$env:NVIM_PROFILE=start nvim
(powershell) orNVIM_PROFILE=start nvim
.
- To just enable profile
<F1>
to toggle profile.
- C compiler (treesitter)
- win32yank (wsl clipboard)
- xclip (clipboard)
- TeX Live (latexmk, latexindent)
- SumatraPDF
- deno
- SATySFi