igorgue / dotvim

Vim config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotvim

install

First, get vim-plug:

https://github.com/junegunn/vim-plug

Install as it says in the instruction.

Then run installer:

./install.sh

First time opening vim might give you some errors, those are the missing plugins

install plugins

:PlugInstall

Reboot vim or nvim or gvim or macvim (it works on all).

I use coc for the auto-complete, each extension requires its own care, but in general you need nodejs installed, install via apt or do:

curl -sL install-node.now.sh/lts | bash

And that's it, enjoy.

About

Vim config files


Languages

Language:Vim Script 98.2%Language:Shell 1.8%