diff --git a/vim/plugin/ultisnips-settings.vim b/vim/plugin/ultisnips-settings.vim index 9a941df..8ed4251 100644 --- a/vim/plugin/ultisnips-settings.vim +++ b/vim/plugin/ultisnips-settings.vim @@ -12,3 +12,5 @@ let g:UltiSnipsJumpBackwardTrigger="" " Edit splits in a vertical split let g:UltiSnipsEditSplit='vertical' +" Ignore the no python warning if Vim doesn't have python support enabled +let g:UltiSnipsNoPythonWarning=1