better comments

This commit is contained in:
siduck76 2021-04-04 17:29:05 +05:30
parent a57b352db8
commit afff99e545
1 changed files with 2 additions and 0 deletions

View File

@ -90,8 +90,10 @@ augroup NvimTree
false false
) )
-- hide line numbers in terminal windows
vim.api.nvim_exec([[ vim.api.nvim_exec([[
au BufEnter term://* setlocal nonumber au BufEnter term://* setlocal nonumber
]], false) ]], false)
-- inactive statuslines as thin splitlines
cmd("highlight! StatusLineNC gui=underline guibg=NONE guifg=#3e4451") cmd("highlight! StatusLineNC gui=underline guibg=NONE guifg=#3e4451")