fix bat pct and cpu overheating; add vim line numbers and cli themes to
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 2m18s

default
This commit is contained in:
Satria 2026-04-07 17:14:16 +07:00
commit 16bba9d9f3
5 changed files with 4 additions and 3 deletions

View file

@ -51,6 +51,7 @@
vim.api.nvim_create_autocmd("VimEnter", {
callback = function()
-- vim.cmd("NvimTreeOpen")
vim.cmd("set nu")
vim.cmd.wincmd 'p'
end,
})