make ugly fat inactive StatusLineNC look good
This commit is contained in:
parent
0cca21ffea
commit
425eb4cbb5
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
@ -87,6 +87,10 @@ augroup NvimTree
|
|||
false
|
||||
)
|
||||
|
||||
-- remove line n.os from terminal
|
||||
vim.api.nvim_exec([[
|
||||
au BufEnter term://* setlocal nonumber
|
||||
]], false)
|
||||
|
||||
-- make inactive statuslines look thin
|
||||
cmd("highlight! StatusLineNC gui=underline guibg=NONE guifg=#3e4451")
|
||||
|
|
Loading…
Reference in a new issue