mirror of
https://github.com/meineerde/dotfiles.git
synced 2026-03-23 17:19:53 +00:00
Add basic .vimrc
This commit is contained in:
parent
0dbe451266
commit
1ad25fc45d
12
.vimrc
Normal file
12
.vimrc
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
set nocompatible " We're running Vim, not Vi!
|
||||||
|
|
||||||
|
" Initialize pathogen
|
||||||
|
call pathogen#infect()
|
||||||
|
|
||||||
|
set laststatus=2 " Always show the statusline
|
||||||
|
set encoding=utf-8 " Necessary to show unicode glyphs
|
||||||
|
|
||||||
|
set shell=/bin/bash\ -l
|
||||||
|
|
||||||
|
" 2 spaces soft tabstops
|
||||||
|
set ts=2 sts=2 sw=2 expandtab
|
||||||
Loading…
x
Reference in New Issue
Block a user