make ugly fat inactive StatusLineNC look good
This commit is contained in:
parent
0cca21ffea
commit
425eb4cbb5
4
init.lua
4
init.lua
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user