scripts/computers/lane/vconf

18 lines
281 B
Plaintext
Raw Normal View History

2019-07-29 03:35:45 -07:00
" vim: syntax=vim:
2019-10-19 10:20:17 -07:00
let _agw.cr_scheme=0
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