nicolasassi / vimfiles

vim config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

git clone git@github.com:roberto/vimfiles.git ~/.config/nvim

I'm using Neovim, for more information: https://github.com/neovim/neovim/wiki/Installing-Neovim

Plugins Manager: vim-plug

curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

:PluginInstall

External Dependencies

Checking setup

:checkhealth :PlugStatus

About

vim config files


Languages

Language:Vim Script 75.4%Language:Vim Snippet 24.6%