feat: vim/undofile, dunstrc and vol control

This commit is contained in:
Zhongheng Liu 2026-01-01 18:22:26 +01:00
commit c48264d214
Signed by untrusted user who does not match committer: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 616 additions and 1 deletions

View file

@ -1,7 +1,7 @@
vim.opt.number = true
vim.opt.tabstop = 4
vim.opt.shiftwidth = 4
vim.opt.undofile = true
vim.cmd [[
highlight Normal guibg=none
highlight NonText guibg=none