Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Update. #15

Merged
merged 1 commit into from
Mar 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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+=~/.neovim/plugged/ruby-dict/autoload/source/neovim/ruby_method.txt
setlocal dictionary+=~/.neovim/plugged/dict/load/ruby/neovim/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: [$HOME . '/.neovim/plugged/ruby-dict/autoload/source/neovim/ruby_method.txt'],
\ dictPaths: [$HOME . '/.neovim/plugged/dict/load/ruby/neovim/ruby_method.txt'],
\ showMenu: v:false,
\ smartCase: v:true,
\ isVolatile: v:true,
Expand Down