Skip to content

ayushsherpa111/neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My NeoVim config

Forked from solidassassin

NOTE: This config is created for Unix systems and would require some modifications to work on Windows.

Requirements

Setup

git clone https://github.com/solidassassin/nvim.git $HOME/.config/

Cache directory

This configuration saves the backups and undo history in the .cache folder. To create the used folder structure just run this in the root of the nvim folder:

mkdir -p $HOME/.cache/nvim/{backups,undo}

Extensions

Just run the command bellow once nvim is open:

:PaqInstall

Language servers

Each language server used requires to be installed. This guide will help you do so.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published