about summary refs log tree commit diff
path: root/vim/.vimrc
blob: 9a6e62077b0e5a6cfd060c9c59c44d84f45f88ac (plain) (blame)
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
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"