Skip to content

Commit

Permalink
Merge pull request #4 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Dec 12, 2024
2 parents 5c88497 + eaa58f9 commit 02973ab
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 02973ab

Please sign in to comment.