better comments
This commit is contained in:
parent
a57b352db8
commit
afff99e545
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -90,8 +90,10 @@ augroup NvimTree
|
|||
false
|
||||
)
|
||||
|
||||
-- hide line numbers in terminal windows
|
||||
vim.api.nvim_exec([[
|
||||
au BufEnter term://* setlocal nonumber
|
||||
]], false)
|
||||
|
||||
-- inactive statuslines as thin splitlines
|
||||
cmd("highlight! StatusLineNC gui=underline guibg=NONE guifg=#3e4451")
|
||||
|
|
Loading…
Reference in a new issue