/my-vim-config

My Vim Configuration.

Primary LanguageVim Script

Vim Config

My Vim Configuration Step By Step. Copy the vimrc file inside your .vimrc file. And the .vim folder inside yours.

1. Vim Vundle Plugin

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

2. Vim Pathogen Plugin

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

3. Plugin Install

After Doing the prev steps, open Vim and execute :PluginInstall.

--

Vim Vagrant Syntax

NERDTree Navigation

:split -> Split the window to open new files in the same window. CTRL + w + w -> Moves to NERDTree CTRL + w + h -> Moves to NERDTree and open new file.

Autocompletion

You can show the autocompletion in HTML / CSS by pressing 'Ctrl' + 'x' and 'Ctrl' + 'o'.

Emmet Plugin

PHP Autocomplete