1 "Extra mappings *****************************************************
2 "This mapping is fold-level and fold-state dependent
7 " This variable holds name of all VO modules you want to load. Do NOT use ru
8 " directly in this file, because you will get into many strange surprises. If
9 " you do not want to load any VO modules leave it blank (default). This
10 " variable can be freely modified in ~/.vimoutlinerrc.
11 "let g:vo_modules_load = "checkbox:hoist"
12 let g:vo_modules_load = ""
14 "User Preferences ***************************************************
15 "let maplocalleader = ",," " this is prepended to VO key mappings
17 "setlocal ignorecase " searches ignore case
18 "setlocal smartcase " searches use smart case
19 "setlocal wrapmargin=5
21 "setlocal tabstop=4 " tabstop and shiftwidth must match
22 "setlocal shiftwidth=4 " values from 2 to 8 work well
23 "setlocal background=dark " for dark backgrounds
26 "Hoisting ***********************************************************
27 "Uncomment and set to 1 to debug hoisting
30 "Custom Colors ******************************************************
31 " Uncomment this next line to force using VO on a light background
32 " colorscheme vo_light
33 " Uncomment this next line to force using VO on a dark background
35 " Or create your own color scheme. You can find sample files in Vim's
36 " colors directory. There may even be a colors directory in your own
37 " $HOME/.vim directory.