Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim configs for Windows

Inspired by:

Prepare your Windows

Install Chocolatey (original instruction). Ensure that you are using an administrative shell.

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

Ensure that directory with apps installed via choco in your PATH env var exists: C:\ProgramData\chocolatey\bin.

Install git from installer or command:

choco install git

Get Nerd Font for properly display glyphs. Configure your terminal to use the new font. I chose Cascadia Mono for Terminal and Hack Nerd Font Mono for Windows PowerShell.

OPTIONAL. Install another shell if you want to try it:

choco install powershell-core

Install Neovim. Use instruction or command:

choco install neovim --pre

Install GCC (TDM, MinGW, Cygwin) or Zig. This is required for some Neovim plugins.

Install npm. This is also required for some Neovim plugins.

And install some usefull utils for Neovim plugins:

choco install fd

choco install ripgrep

choco install lazygit

Create directory:

mkdir $Env:LocalAppData\nvim

Try this configs

Clone this repo:

git clone https://github.com/SpaceHead1C/nvim-win.git $Env:LocalAppData\nvim\

Run your Neovim and wait until Lazy do its job:

nvim

Enjoy!

Used plugins

About

My vim settings for Windows.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages