Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
takkii committed Dec 12, 2024
1 parent 5f0f485 commit eaa58f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions autoload/spring_load.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ 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',
\ isVolatile: v:true,
\ forceCompletionPattern: '\S/\S*',
\ },
\ lsp: #{
\ mark: 'LSP',
\ mark: '[LSP]',
\ forceCompletionPattern: '\.\w*|:\w*|->\w*',
\ },
\},
Expand Down

0 comments on commit eaa58f9

Please sign in to comment.