blob: 90851809175baa126ae6ecd51227be995556192e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
set number relativenumber hlsearch incsearch
syntax on
set mouse=a
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
set nowrap
set list
set lcs=tab:>\ ,trail:-
" swap these because they are stupid by default
hi Pmenu ctermfg=242 ctermbg=0 guibg=DarkGrey
hi PmenuSel ctermfg=0 ctermbg=13 guibg=Magenta
|