Closed palandovalex closed 2 years ago
I my vim config - there active - string numeration. When i use this plugin (https://github.com/tc50cal/vim-terminal ) - theare no numeration inside this window. This is correct behaviour. In your plugin - numeration is active. It should be fixed.
In vim-terminal setlocal nonumber
setlocal nonumber
You can use following autocmd to remove numbers. autocmd TermOpen * setlocal nonumber norelativenumber
autocmd TermOpen * setlocal nonumber norelativenumber
I my vim config - there active - string numeration. When i use this plugin (https://github.com/tc50cal/vim-terminal ) - theare no numeration inside this window. This is correct behaviour. In your plugin - numeration is active. It should be fixed.