mirror of https://github.com/nirenjan/dotfiles.git
Ignore no python warning in UltiSnips plugin
Sometimes, the system Vim opens which doesn't have python support enabled. This change prevents UltiSnips from displaying an error message on startup.master
parent
b7bce73a39
commit
0cc59f9dc8
|
@ -12,3 +12,5 @@ let g:UltiSnipsJumpBackwardTrigger="<s-tab>"
|
|||
" 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
|
||||
|
|
Loading…
Reference in New Issue