Skip to content

epg1213/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My neovim configuration

Installation

to install neovim :

Debian :

sudo apt install neovim

Arch :

sudo pacman -S neovim

Other : https://github.com/neovim/neovim/blob/master/INSTALL.md

Configuration

to get neovim running with the associated config, run

DIRECTORY=~/.config
if [ ! -d "$DIRECTORY" ]; then
  mkdir $DIRECTORY
fi

cd $DIRECTORY
git clone https://github.com/epg1213/nvim.git

About

my neovim config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published