s1n7ax / nvim-terminal

A Lua-Neovim plugin that toggles a terminal
MIT License
117 stars 6 forks source link

please, disable strings numeration inside terminal #7

Closed palandovalex closed 2 years ago

palandovalex commented 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.

palandovalex commented 2 years ago

In vim-terminal setlocal nonumber

s1n7ax commented 2 years ago

You can use following autocmd to remove numbers. autocmd TermOpen * setlocal nonumber norelativenumber