Skip to content

Commit

Permalink
Fix loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jun 17, 2024
1 parent b756fb5 commit 680a26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/dpp/source.vim
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function dpp#source#_source(plugins, function_prefix) abort
\ ->filter({ _, val -> !val->denops#plugin#is_loaded() })

if denops#server#status() ==# 'running'
call dpp#denops#_load(
call denops#plugin#load(
\ name,
\ [plugin.rtp, 'denops', name, 'main.ts']->join(s:sep),
\ )
Expand Down

0 comments on commit 680a26b

Please sign in to comment.