make ugly fat inactive StatusLineNC look good

This commit is contained in:
siduck76 2021-04-04 14:56:15 +05:30
parent 0cca21ffea
commit 425eb4cbb5
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ augroup NvimTree
false false
) )
-- remove line n.os from terminal
vim.api.nvim_exec([[ vim.api.nvim_exec([[
au BufEnter term://* setlocal nonumber au BufEnter term://* setlocal nonumber
]], false) ]], false)
-- make inactive statuslines look thin
cmd("highlight! StatusLineNC gui=underline guibg=NONE guifg=#3e4451")