Skip to content

A launch point for your personal nvim configuration

License

Notifications You must be signed in to change notification settings

VasilisMicha/nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

358 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Powershell Installation

Install Neovim

winget install Neovim.Neovim Git.Git BurntSushi.ripgrep.MSVC Sharkdp.fd Microsoft.PowerShell LLVM.LLVM

Remove old neovim

if (Test-Path $env:LOCALAPPDATA\nvim) { rm $env:LOCALAPPDATA\nvim } if (Test-Path $env:LOCALAPPDATA\nvim-data) { rm $env:LOCALAPPDATA\nvim-data }

clone repo

git clone https://github.com/VasilisMicha/nvim.git $env:LOCALAPPDATA\nvim

About

A launch point for your personal nvim configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%