Commit 55dc8f07 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make nvr work in Nvim terminals

parent 87c1b3f6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -9,4 +9,8 @@ let g:CtrlSpaceDefaultMappingKey = "<C-space> "

au TermOpen * source ~/.config/nvim/term.vim

if executable('nvr')
	let $EDITOR = 'nvr --remote-tab-wait'
endif

source ~/.vimrc
+0 −4
Original line number Diff line number Diff line
setl nospell
setl nonumber

if executable('nvr')
	let $EDITOR = 'nvr --remote-tab-wait'
endif