fix: formatted code with luafmt
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
-- hide line numbers , statusline in specific buffers!
|
||||
vim.api.nvim_exec([[
|
||||
vim.api.nvim_exec(
|
||||
[[
|
||||
au TermOpen term://* setlocal nonumber laststatus=0
|
||||
au BufEnter,BufWinEnter,WinEnter,CmdwinEnter * if bufname('%') == "NvimTree" | set laststatus=0 | else | set laststatus=2 | endif
|
||||
]], false)
|
||||
]],
|
||||
false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user