Add empty snipMate options dict
This commit is contained in:
parent
86fe35fb5b
commit
5fe08235fe
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
@ -138,6 +138,8 @@ try
|
||||||
let g:solarized_visibility = 'low'
|
let g:solarized_visibility = 'low'
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
|
" Empty snipmate options dictionary
|
||||||
|
let g:snipMate = {}
|
||||||
" tell SnipMate who I am
|
" tell SnipMate who I am
|
||||||
if has('loaded_snips')
|
if has('loaded_snips')
|
||||||
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
let g:snips_author = 'Eryn Wells <eryn@erynwells.me>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue