minor changes

This commit is contained in:
2024-12-23 19:00:04 +01:00
parent b37fc1b8af
commit 93a12f9cde
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -96,6 +96,7 @@
}; };
"battery" = { "battery" = {
interval = 1;
states = { states = {
good = 90; good = 90;
warning = 30; warning = 30;
@@ -28,4 +28,5 @@ vim.opt.undofile = true
vim.opt.scrolloff = 8 vim.opt.scrolloff = 8
vim.opt.updatetime = 50 vim.opt.updatetime = 50
vim.g.netrw_keepdir = 0
vim.g.mapleader = " " vim.g.mapleader = " "