This repository contains my personal Vim configuration for PHP and Python development. Below is a list of the plugins I use and instructions on how to set up the configuration.
- BufExplorer
- NERD Commenter
- NERDTree
- SuperTab
- Syntastic
- Vim Autoformat
- Vim Autopep8
- Vim Closetag
- Vim Indexed Search
- Vim Markdown
- Vim PHP CS Fixer
- Vim PHP Manual
- Vim Repeat
- Vim Surround
- GitHub Copilot
- Auto Pairs
- Vim Addon MW Utils
- Vim SnipMate
- Vim Snippets
- Neverland Vim Colorscheme
Clone this repository into your .vim
directory:
git clone https://github.com/alexcode-lab/vim-config.git ~/.vim
Create a symlink to the vimrc
file in your home directory:
echo "source ~/.vim/vimrc" > ~/.vimrc
Create a directory for Vim's temporary files:
mkdir ~/.tmpvim