/vim-config

Personal configuration for vim 8

Primary LanguageVim Script

Configuration for VIM 8

In progress... from https://gist.github.com/facundovictor/42733b014bcc479f5cd8

Plugging manager used: vim.plug

Color schema used: jellybeans

Usage

Manually:

1 - Install dependencies

        "automake"
        "gcc"
        "gcc-c++"
        "kernel-devel"
        "cmake"
        "python-devel"
        "python3-devel"
        "node"
        "npm"

2 - Clone the repo 3 - Link .vimrc to init.vim

ln -s /path/to/vim-config/init.vim ~/.vimrc
ln -s /parh/to/vim-config/ ~/.vim/

4 - Install the Plugins

vim -c PlugInstall

Automatically:

1 - Clone the repo
2 - cd into the repo
3 - ./install.sh