scripts/computers/lane/vconf

38 lines
712 B
Plaintext
Raw Normal View History

2019-07-29 03:35:45 -07:00
" vim: syntax=vim:
<<<<<<< HEAD:vim/vconf
" settings for workstations - servers need not apply ;)
2019-10-05 11:23:56 -07:00
let _agw.colors=[
\ 'badwolf',
\ 'base16-ashes',
\ 'base16-atelier-cave',
\ 'base16-atelier-forest',
\ 'base16-atelier-heath',
\ 'base16-circus',
\ 'base16-dracula',
\ 'base16-material-palenight',
\ 'base16-monokai',
\ 'base16-onedark',
\ 'base16-porple',
\ 'base16-unikitty-dark',
\]
2019-07-31 17:56:35 -07:00
let _agw.cr_scheme=-1
=======
2019-10-19 10:20:17 -07:00
let _agw.cr_scheme=0
>>>>>>> master:computers/lane/vconf
let _agw.g_columns=80
let _agw.g_rows=24
let _agw.tab_wid=3
let _agw.use_ft=1
2019-07-31 17:56:35 -07:00
let _agw.use_list=1
let _agw.use_number=1
2019-10-19 10:20:17 -07:00
let _agw.use_rainbow=0
let _agw.use_ruby=0
2019-07-31 17:56:35 -07:00
let _agw.use_tagbar=0
let _agw.use_vsp=0
2019-10-19 10:20:17 -07:00
let _agw.colors=['badwolf']
2019-07-31 17:56:35 -07:00
" EOF