Skip to content

wtmpx/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

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

About

My vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published