enc: update config transparant

This commit is contained in:
pojok code 2025-06-10 22:57:15 +07:00
parent 56982c3434
commit 04f3bfc8a3
4 changed files with 8 additions and 2 deletions

View file

@ -61,7 +61,7 @@ vim.loader.enable()
-- Disable statusline in dashboard
vim.api.nvim_create_autocmd("FileType", {
pattern = { "dbout", "dbui", "http", "httpResult" },
pattern = { "dbout", "dbui", "http", "httpResult", "checkhealth", "qf", "help", "lazy" },
callback = function()
local opt = vim.opt
opt.number = false -- Print line number