summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
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 %