Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages