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

[nvim] setlocal nospell on terminal buffer

Close #469. `setlocal nospell` should appear before `setf fzf` to allow
customization of the option.
parent 2a2c0a09
No related branches found
No related tags found
No related merge requests found
......@@ -353,6 +353,7 @@ function! s:execute_term(dict, command, temps)
endfunction
call termopen(a:command, fzf)
setlocal nospell
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