-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc
38 lines (27 loc) · 909 Bytes
/
vimrc
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
30
31
32
33
34
35
36
37
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
" Cometsong's composed and composited vimrc file. "
"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
" User Variables
let g:username = 'cometsong'
let g:author = "Benjamin Leopold (cometsong)"
let g:email = 'benjamin(at)cometsong(dot)net'
let g:license = 'GPL v3 http://www.gnu.org/licenses/gpl-3.0.txt'
let g:github = 'https://github.com/cometsong'
let g:gitrepos = 'https://git.cometsong.net'
"""--- (pythonx bug in some vim versions)
"silent pyx 'print();'
silent call has('python3')
"""--- Vim Options
runtime config/vim_options.vim
"""--- Key Mapping
runtime config/key_mapping.vim
"""--- Folding
runtime config/folding.vim
"""--- Autocmds
runtime config/autocmds.vim
"""--- We Are Plugged In!
runtime config/plugins.vim
"""--- Set Colors
"colorscheme flattened_dark
colorscheme landscape
set background=dark