简体中文 | Engligh
This nvim configuration is mainly for transparent terminals, which means that the effect may look worse in opaque terminals.
Probably no features, but there is some features.
- Pure Compared with other nvim configuration files, it is relatively pure.
- vscode-like foreground
- Ongoing maintenance
Up to your os or in an other word, package manager.
Up to your os or in an other word, package manager.
cd ~/AppData/Local
git clone https://github.com/Shucharjer/nvim.gitOpen your nvim (or neovide), waiting for downloading.
Chocolatey is a package managment tool for Windows.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))Do this in Administrator. (You could press key Win+X, A)
choco install -y python3 nodejs doxygen.install luarocks ripgrep tree-sitter yazi neovim neovidepip3 install neovim
npm install -g neovimcd ~/AppData/Local
git clone https://github.com/Shucharjer/nvim.gitOpen your nvim (or neovide), waiting for downloading.