Skip to content

asfung/configuration

Repository files navigation

Preview

Border Off

Border On

Bar,Compositor,Tiling Window Manager, Fonts, Etc

Lock Preview

Tmux Preview

*tpm required*

Requirement for Tmux

Neovim setup here man

Click Here

Requirements for Nvim Setup

Linux

Getting Started Nvim Setup

# get the setup file
$ wget https://raw.githubusercontent.com/asfung/configuration/main/setup_nvim.sh
# give it access 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 

have fun code in vim ;)

Windows

# grab the powershell script setup file 
Invoke-WebRequest -Uri https://raw.githubusercontent.com/asfung/configuration/main/setup_nvim_windows.ps1 -OutFile setup_nvim_windows.ps1

# run the setup script
powershell -ExecutionPolicy Bypass -File .\nvim_setup.ps1

# Run nvim and wait for the plugins to be installed.
nvim