[nvim] Disable number in fzf buffer

https://github.com/junegunn/fzf.vim/issues/396#issuecomment-317214036

One can override the setting on FileType fzf autocmd.
pull/991/head
Junegunn Choi 7 years ago
parent 6dbc108da2
commit a2604c0963
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -688,7 +688,7 @@ function! s:execute_term(dict, command, temps) abort
lcd -
endif
endtry
setlocal nospell bufhidden=wipe nobuflisted
setlocal nospell bufhidden=wipe nobuflisted nonumber
setf fzf
startinsert
return []

Loading…
Cancel
Save