File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -190,10 +190,10 @@ function! go#lsp#message#ConfigurationResult(items) abort
190
190
let l: config = {
191
191
\ ' buildFlags' : [],
192
192
\ ' hoverKind' : ' NoDocumentation' ,
193
- \ ' deepCompletion' : go#config#GoplsDeepCompletion (),
194
- \ ' fuzzyMatching' : go#config#GoplsFuzzyMatching (),
195
- \ ' completeUnimported' : go#config#GoplsCompleteUnimported (),
196
- \ ' usePlaceholders' : go#config#GoplsUsePlaceholders (),
193
+ \ ' deepCompletion' : go#config#GoplsDeepCompletion () ? v: true : v: false ,
194
+ \ ' fuzzyMatching' : go#config#GoplsFuzzyMatching () ? v: true : v: false ,
195
+ \ ' completeUnimported' : go#config#GoplsCompleteUnimported () ? v: true : v: false ,
196
+ \ ' usePlaceholders' : go#config#GoplsUsePlaceholders () ? v: true : v: false ,
197
197
\ }
198
198
let l: buildtags = go#config#BuildTags ()
199
199
if buildtags isnot ' '
You can’t perform that action at this time.
0 commit comments