Closed koblihh closed 5 years ago
This is my current solution of the issue above.
augroup QuickRunTerminalOutputBuffer
au!
autocmd CursorMoved *
\ if &buftype ==# 'terminal' |
\ setl norelativenumber nonumber |
\ endif
augroup END
I would greatly appreciate it to have your feedback / suggestions on improving the code.
This didn't work for me but I found the following persists after running in the window once. Perhaps something about neovim?
:set nornu nonu nocuc nocul fdc=0
I would like to set the quickrun outputter buffer with
norelativenumber
andnonumber
.I have tried adding the following commands with no success, unfortunately.
Any suggestions / help will be greatly appreciated!