diff options
author | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2017-06-25 11:41:19 +0900 |
---|---|---|
committer | Shougo Matsushita <Shougo.Matsu@gmail.com> | 2017-06-25 11:41:19 +0900 |
commit | 008a8a3dcbed386ee89235fc6b7b4fc4b3b310ba (patch) | |
tree | 17a3925805a338335f205ccc8ce9c1306ad5c2af | |
parent | 60173ba52bd0c0f563d3875c2285e369f0079a2d (diff) | |
download | deoplete.nvim-008a8a3dcbed386ee89235fc6b7b4fc4b3b310ba.zip |
Fix 298 add FAQ
-rw-r--r-- | doc/deoplete.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/deoplete.txt b/doc/deoplete.txt index 3e376ce..35f21a3 100644 --- a/doc/deoplete.txt +++ b/doc/deoplete.txt @@ -1447,6 +1447,12 @@ A: If it is enabled, Neovim will enable and load deoplete in startup. It may be slow. You should use lazy load feature in plugin manager or use |:autocmd| to call |deoplete#enable()|. +Q: I want to disable the preview window feature. +https://github.com/Shougo/deoplete.nvim/issues/298 + +A: > + set completeopt-=preview + ============================================================================== COMPATIBILITY *deoplete-compatibility* |