Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 13, 2018
1 parent f4c86b5 commit f06c6d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/denite.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down Expand Up @@ -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*

Expand Down

0 comments on commit f06c6d6

Please sign in to comment.