Skip to content

Commit

Permalink
Update FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Dec 6, 2023
1 parent 39b80e5 commit 96532a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/ddu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1471,11 +1471,13 @@ It is not all users needed plugin and users can define the original commands.
*ddu-faq-5*
Q: ddu.vim starting is slow.

A: It may be slow in Windows environment. You should use denops shared server
A: It may be slow in Windows environment. You can use denops shared server
feature.

https://github.com/vim-denops/denops.vim#shared-server

Or you can create static import file by |ddu#set_static_import_path()|.

Or you can use |ddu#load()| for it.
>
call timer_start(10, { _ -> ddu#load('ui', ['ff']) })
Expand Down

0 comments on commit 96532a7

Please sign in to comment.