FEAT: Adding local number to remove line numbers from terminal

This commit is contained in:
2023-04-04 22:31:24 +01:00
parent afc67e3113
commit 008a6dc358

View File

@ -36,6 +36,7 @@ M.custom = {
function()
if lazyGitted then
require("nvterm.terminal").toggle "float"
vim.cmd "autocmd TermOpen * setlocal nonumber norelativenumber"
else
lazyGitted = true
local term = require("nvterm.terminal").new "float"