summaryrefslogtreecommitdiff
path: root/after/plugin/cfg.vim
blob: 981a4d32bfb517731287934b92023666d4f69746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
let g:mapleader = ' '
set number
set sw=4 ts=4 noet tw=80 cc=80
set spr sb
set pb=12 winbl=12
set nowrap
set ruler
set background=dark
set autoread
set formatoptions+=j
set guioptions-=r
set guioptions-=R
set guioptions-=l
set guioptions-=L
set gfn=Fira\ Code:h12
set noshowmode

if has('gui_running')
	colorscheme monochrome
else
	colorscheme wtf
endif