blob: fae6f2716acb0579473a007384066788b126b653 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
runtime ftplugin/man.vim
nmap K :Man <cword><CR>
set number relativenumber lazyredraw
set guifont=Space\ Mono\ 9.5
set guioptions=Pc
set guicursor+=a:blinkon0
if has("patch-7.4.710")
set listchars+=space:·,tab:\ \
endif
set background=light
colorscheme gruvbox
|