Skip to content

bafto/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

On Linux

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install neovim
sudo apt-get install ripgrep
sudo apt-get install fd-find

git clone [email protected]:bafto/nvim-config.git ~/.config/nvim

On Windows

Copied from Inspired by this Blog Post.

Install chocolatey:

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'))

Setup:

choco upgrade chocolatey -y
choco install neovim -y
choco install ripgrep -y
choco install fd -y
choco install make -y

git clone https://github.com/bafto/nvim-config.git C:/Users/<username>/AppData/Local/nvim

Optionally install Windows Terminal and configure it to use PowerShell (Not Windows Powershell):

choco install powershell-core -y

On all Systems

Configure your terminal to use the provided font.

About

Configuration files for neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages