about summary refs log tree commit diff
path: root/vim/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vimrc')
-rwxr-xr-xvim/.vimrc29
1 files changed, 29 insertions, 0 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
new file mode 100755
index 0000000..9a6e620
--- /dev/null
+++ b/vim/.vimrc
@@ -0,0 +1,29 @@
+execute pathogen#infect()
+filetype plugin indent on
+syntax enable
+set clipboard=exclude:cons\|linux
+set nocompatible
+set hidden
+set wildmenu
+set showcmd
+set nostartofline
+set ruler
+set confirm
+set list
+set number
+set relativenumber
+set lazyredraw
+set tabstop=4
+set shiftwidth=4
+set expandtab
+set notimeout
+set imdisable
+set omnifunc=syntaxcomplete#Complete
+set dictionary=/usr/share/dict/words
+syntax keyword pythonBoolean False True None
+autocmd BufNewFile,BufRead *.PAS set filetype=pascal
+autocmd FileType vim,pascal setl shiftwidth=2 tabstop=2
+autocmd FileType markdown,asciidoc set textwidth=80
+autocmd BufWinEnter * let w:m1=matchadd('ColorColumn', '\%<81v.\%>80v', -1)
+let mapleader = ' '
+let g:stime_table = "telex"