better comments
This commit is contained in:
parent
a57b352db8
commit
afff99e545
2
init.lua
2
init.lua
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue