hide line numbers for terminal

This commit is contained in:
siduck76 2021-04-04 11:35:37 +05:30
parent aecb9e6a6c
commit 0cca21ffea
1 changed files with 4 additions and 0 deletions

View File

@ -86,3 +86,7 @@ augroup NvimTree
]],
false
)
vim.api.nvim_exec([[
au BufEnter term://* setlocal nonumber
]], false)