From 43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 11 Sep 2009 13:13:14 +0200 Subject: Initial import of dotfiles --- vimrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 vimrc (limited to 'vimrc') diff --git a/vimrc b/vimrc new file mode 100644 index 0000000..aa0611e --- /dev/null +++ b/vimrc @@ -0,0 +1,29 @@ +" anrxc's vim configuration file + +:syntax on +:set ai +:set autoindent +:set shiftwidth=4 +:set backspace=2 +:set ruler + +" Folding +:set fdm=marker + +" Zenburn color scheme +:colorscheme zenburn +" Alternative bg for bright env. +"let g:zenburn_high_Contrast = 1 + +" Keyboard map +" :set keymap=croatian + +" Default font +" :set guifont=Pragmata\ 10 +:set guifont=Terminus\ 8 + +" Spell checking +" :set spell +" :setlocal spell spelllang=hr +" Alternative spell check with aspell +" map #fi :!aspell --lang=hr -c -x % -- cgit v1.2.3