- Theme Lock by dracula
- TPM (Tmux Plugin Manager) (optional).
-
Neovim >= v9.0+
-
CMake (recommended to download it)
-
NPM (for mason plugin)
-
Tested on Ubuntu, Arch, WSL, and Windows
# get bash script the setup file by url
$ wget https://raw.githubusercontent.com/asfung/configuration/main/setup_nvim.sh
# give it access super permission
$ chmod +x setup_nvim.sh
# execute the setup file
$ ./setup_nvim.sh # Recommended using with superuser
# Run nvim and wait for the plugins to be installed.
$ nvim
# get the powershell script setup file by url
Invoke-WebRequest -Uri https://raw.githubusercontent.com/asfung/configuration/main/setup_nvim_windows.ps1 -OutFile setup_nvim_windows.ps1
# execute the setup script with
powershell -ExecutionPolicy Bypass -File .\nvim_setup.ps1
# Run nvim and wait til the plugins being installed.
nvim
Paung@15/10/24