Move project specifics into global file.
This commit is contained in:
parent
adade266db
commit
1337b5ea3a
1 changed files with 7 additions and 0 deletions
7
vimrc
7
vimrc
|
@ -17,6 +17,13 @@ filetype plugin indent on
|
||||||
set nocompatible
|
set nocompatible
|
||||||
" turn on syntax support
|
" turn on syntax support
|
||||||
syntax on
|
syntax on
|
||||||
|
" set up a line number on the current line but relative above and below to help
|
||||||
|
" with motion commands
|
||||||
|
set number
|
||||||
|
set relativenumber
|
||||||
|
|
||||||
|
" make white space visible, where that matters
|
||||||
|
set list
|
||||||
|
|
||||||
" it is a big fat key, after all
|
" it is a big fat key, after all
|
||||||
let mapleader = "\<Space>"
|
let mapleader = "\<Space>"
|
||||||
|
|
Loading…
Reference in a new issue