Skip to content

ialobanov/nvim-plain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plain Neovim Setup

It's Neovim setup fo my Windows machine. Plugins install by LazyVim manager.

Installation

Create a directory if it doesn't exist:

if (!(Test-Path "$env:USERPROFILE\AppData\Local\nvim")) { New-Item -Path "$env:USERPROFILE\AppData\Local\nvim" -ItemType Directory -Force }

Clone repo:

git clone https://github.com/ialobanov/nvim-plain.git $env:USERPROFILE\AppData\Local\nvim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages