adborroto / nvim-config

Personal nvim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration

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 plugins

nvim 
:PlugInstall

Install yarn and deps

npm i -g yarn
cd .local/share/nvim/plugged
yarn install

Links

About

Personal nvim configuration


Languages

Language:Vim Script 100.0%