Skip to content

danielosbaldo/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

nvim

nvim config

INSTALL DEPENDENCIES

get install nvim

Install vim Plugin

on your terminal type

sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

source nvim with this file

on vim type esc and

:so ~/.config/nvim/init.vim

install plugins

on vim :

:PlugInstall

Alldone Enjoy!!

About

nvim config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors