diff --git a/autoload/spring_load.vim b/autoload/spring_load.vim index 61f12fb..c3fa662 100644 --- a/autoload/spring_load.vim +++ b/autoload/spring_load.vim @@ -51,10 +51,10 @@ call ddc#custom#patch_global(#{ \ converters: ['converter_remove_overlap'], \ }, \ dictionary: #{ - \ mark: 'D', + \ mark: '[Dictionary]', \ }, \ around: #{ - \ mark: 'ddc_spring_load', + \ mark: '[Spring_load]', \ }, \ file: #{ \ mark: 'file', @@ -62,7 +62,7 @@ call ddc#custom#patch_global(#{ \ forceCompletionPattern: '\S/\S*', \ }, \ lsp: #{ - \ mark: 'LSP', + \ mark: '[LSP]', \ forceCompletionPattern: '\.\w*|:\w*|->\w*', \ }, \},