Skip to content

jobstoit/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim setup

Installing this vim setup:

$ git clone https://gitlab.com/job008/nvim.git ~/.vim/

installing Neovim

Install Neovim using the installation guide

Then setup the init to listen to the regular vim configurations in '$HOME/config/nvim/init.vim'

$ mkdir -p $HOME/.config/nvim && \
  echo -e "set runtimepath^=\$HOME/.vim runtimepath+=\$HOME/.vim/after\nlet &packpath = &runtimepath\nsource \$HOME/.vim/vimrc" > $HOME/.config/nvim/init.vim

About

My (Neo)vim setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors