fix: formatted code with luafmt

navigator
Pocco81 3 years ago
parent 355178a7bb
commit 5531edf8e4

@ -3,8 +3,8 @@ require "options"
local chad_modules = {
"pluginList",
"plugins.bufferline",
"mappings",
"utils",
"mappings",
"utils"
}
local async

@ -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
)

Loading…
Cancel
Save