Closed petobens closed 3 years ago
Consider the following minimal init.vim file:
let $DOTVIM = expand('$HOME/.config/nvim') set runtimepath+=$DOTVIM/bundle/repos/github.com/Shougo/denite.nvim filetype plugin indent on call denite#custom#option('default', { \ 'start_filter': 1, \ })
Now, as in the GIF, open nvim and do
Denite file
It is intended behavior. If you don't like it, you can disable by unmap.
Consider the following minimal init.vim file:
Now, as in the GIF, open nvim and do
Denite file