Skip to content

kinoud/my-nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

install nvim

curl -LO https:/neovim/neovim/releases/latest/download/nvim.appimage
chmod u+x nvim.appimage

install vim-plug

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'

install node

wget https://nodejs.org/download/release/v15.14.0/node-v15.14.0-linux-x64.tar.xz

export node-v15.14.0-linux-x64/bin to PATH

config

copy init.vim into ~/.config/nvim/init.vim

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published