From f06c6d613c0bc36d226deb9e07f91dbee2fd86cc Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 14 Aug 2018 08:53:04 +0900 Subject: [PATCH] Update the documentation --- doc/denite.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/denite.txt b/doc/denite.txt index b77a6a4e3..e6bbffd55 100644 --- a/doc/denite.txt +++ b/doc/denite.txt @@ -2191,8 +2191,9 @@ https://github.com/Shougo/neomru.vim Q: Vimfiler will support denite? -A: Denite file explorer interface should be implemented by another de-*** -plugin. It is not vimfiler work. +A: Denite file explorer interface should be implemented by defx.nvim plugin. +It is not vimfiler work. +https://github.com/Shougo/defx.nvim Q: ":UniteNext"/":UnitePrevious" like commands are available? @@ -2298,6 +2299,11 @@ A: call denite#custom#source( \ 'buffer', 'matchers', ['matcher/fuzzy', 'matcher/project_files']) < +Q: Where is bookmark source? + +A: You can use denite-dirmark instead. +https://github.com/kmnk/denite-dirmark + ============================================================================== COMPATIBILITY *denite-compatibility*