summaryrefslogtreecommitdiff
path: root/vimrc
blob: aa0611eca45f4d178b7051c2e277d5eea01b722c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 %