summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
commit43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c (patch)
treedf8e143285987e8a6a76657f9037a424a0262500 /vimrc
downloaddotfiles-43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c.tar.xz
Initial import of dotfiles
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc29
1 files changed, 29 insertions, 0 deletions
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 %