From a2604c0963caf458fdd46fe0f83fcd2cc6388582 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 23 Jul 2017 13:12:15 +0900 Subject: [PATCH] [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. --- plugin/fzf.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/fzf.vim b/plugin/fzf.vim index 3beb5be..a70a3b3 100644 --- a/plugin/fzf.vim +++ b/plugin/fzf.vim @@ -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 []