/vim-config

Primary LanguageVim Script

HOANGO7604 NVIM CONFIGURATIONS

DESCRIPTION

PREREQUISITES

Full combination (recommended):

Clone hoango7604/dotfiles to your $HOME directory:

git clone git@github.com:hoango7604/dotfiles.git ~/dotfiles

Follow the installation instruction from dotfiles project.

Partially install:

Create new .vimrc file in your $HOME directory:

rm -rf ~/.vimrc && touch ~/.vimrc

Open .vimrc file, paste this content into it and then save:

" Every configs is stored at ~/.config/nvim/init.vim
source ~/.config/nvim/init.vim

vimrc-content

INSTALLATION

Clone this project into $HOME/.config/nvim directory:

git clone git@github.com:hoango7604/vim-config.git ~/.config/nvim

Install Vim Plugin Manager:

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

Open vim (just ignore all errors being shown for now):

vim

Using command :PlugInstall (or <leader> + I for shortcut) to install vim plugins: install-vim-plugins

That's all. Easy to setup and now you're ready for an exciting journey into the VIM world!