[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.
This commit is contained in:
Junegunn Choi 2017-07-23 13:12:15 +09:00
parent 6dbc108da2
commit a2604c0963
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -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 []