summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2017-07-23 13:12:15 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2017-07-23 13:12:15 +0900
commita2604c0963caf458fdd46fe0f83fcd2cc6388582 (patch)
treeadba6659f0614801f77b900dcc64a405cc739173
parent6dbc108da2770426eda79551368ac2582d9df9b4 (diff)
downloadfzf-a2604c0963caf458fdd46fe0f83fcd2cc6388582.tar.gz
[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.
-rw-r--r--plugin/fzf.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/fzf.vim b/plugin/fzf.vim
index 3beb5be3..a70a3b33 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 []