Skip to content
Snippets Groups Projects
Unverified Commit a2604c09 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[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.
parent 6dbc108d
No related branches found
No related tags found
No related merge requests found
......@@ -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 []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment