diff --git a/doc/denops.txt b/doc/denops.txt index 90da5956..ae09a900 100644 --- a/doc/denops.txt +++ b/doc/denops.txt @@ -28,6 +28,23 @@ API Reference: https://deno.land/x/denops_std/mod.ts ============================================================================= USAGE *denops-usage* +----------------------------------------------------------------------------- +RECOMMENDED *denops-recommended* + +Add the following recommended settings to your |vimrc| or |init.vim|: +> + " Interrupt the process of plugins via + noremap call denops#interrupt() + inoremap call denops#interrupt() + cnoremap call denops#interrupt() + + " Restart Denops server + command! DenopsRestart call denops#server#restart() + + " Fix Deno module cache issue + command! DenopsFixCache call denops#cache#update(#{reload: v:true}) +< + ----------------------------------------------------------------------------- SHARED SERVER *denops-shared-server*