Personal Neovim configuration.
Run the installer directly from GitHub (requires git to be installed):
irm https://raw.githubusercontent.com/sykuang/nvim-config/main/install.ps1 | iexThe script will:
- Clone this repository to
$HOME\nvim-config(if not already present). - Re-launch itself with Administrator privileges (required for the symlink).
- Download PowerShellEditorServices to
$HOME\.PSES. - Create a symbolic link from
$HOME\AppData\Local\nvimto the cloned repo.
Alternatively, clone the repo first and run the script locally:
git clone https://github.com/sykuang/nvim-config.git $HOME\nvim-config
& $HOME\nvim-config\install.ps1Run the installer directly from GitHub (requires git to be installed):
curl -fsSL https://raw.githubusercontent.com/sykuang/nvim-config/main/install.sh | bashOr clone the repo first and run the script locally:
git clone https://github.com/sykuang/nvim-config.git ~/nvim-config
~/nvim-config/install.sh