diff --git a/autoload/spring_load.vim b/autoload/spring_load.vim index e025506..61f12fb 100644 --- a/autoload/spring_load.vim +++ b/autoload/spring_load.vim @@ -37,8 +37,9 @@ call ddc#custom#patch_global('sourceParams', #{ \ }, \ dictionary: #{ \ dictPaths: ['C:\Users\sudok\.netfile\dict\ruby_method.txt'], - \ smartCase: v:true, - \ isVolatile: v:true, + \ showMenu: v:false, + \ smartCase: v:true, + \ isVolatile: v:true, \ } \ })