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 7cb7601 commit a2eb3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/spring_load.vim
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ call plug#('uga-rosa/ddc-nvim-lsp-setup')
call plug#( 'matsui54/ddc-source-dictionary')

" dictionary path
setlocal dictionary+=C:/Users/sudok/GitHub/ruby-dictionary3/autoload/source/ruby_method.txt
setlocal dictionary+=$HOME . '/.netfile/dict/ruby_method.txt',

" You must set the default ui.
call ddc#custom#patch_global('ui', 'native')
Expand All @@ -36,7 +36,7 @@ call ddc#custom#patch_global('sourceParams', #{
\ enableAdditionalTextEdit: v:true,
\ },
\ dictionary: #{
\ dictPaths: ['C:/Users/sudok/GitHub/ruby-dictionary3/autoload/source/ruby_method.txt'],
\ dictPaths: [$HOME . '/.netfile/dict/ruby_method.txt'],
\ smartCase: v:true,
\ isVolatile: v:true,
\ }
Expand Down

0 comments on commit a2eb3c5

Please sign in to comment.