wtmpx/vim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installation: git clone https://github.com/wtmpx/vim.git ~/.vim vi ~/.vimrc and add below : execute pathogen#infect() syntax on filetype plugin indent on :color desert set autoindent set expandtab set tabstop=2 set shiftwidth=2 set hlsearch set colorcolumn=80 set laststatus=2 Switch to the `~/.vim` directory, and fetch submodules: cd ~/.vim git submodule init git submodule update