fix some configs

This commit is contained in:
LordMZTE 2022-05-01 23:28:35 +02:00
parent e0e2c71820
commit d2c7d2390a
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 0 additions and 4 deletions

View file

@ -45,7 +45,6 @@ on_click = "pavucontrol"
block = "battery"
interval = 10
format = "{percentage} {power}"
allow_missing = true
hide_missing = true
[[block]]

View file

@ -4,9 +4,6 @@ require("nvim-tree").setup {
diagnostics = {
enable = true,
},
view = {
auto_resize = true,
},
git = {
ignore = false,
},