Compare commits

..
2 changed files with 6 additions and 12 deletions

View file

@ -28,20 +28,20 @@
}, },
"break", "break",
{ {
"type": "sound", "type": "battery",
"format": "{6} ({4}) [{3}]", "key": "Battery",
}, },
{ {
"type": "brightness", "type": "brightness",
"key": "Brightness", "key": "Brightness",
}, },
{
"type": "sound",
"format": "{6} ({4}) [{3}]",
},
{ {
"type": "wifi", "type": "wifi",
"format": "{11} ({7}) [{10} - {4}]", "format": "{11} ({7}) [{10} - {4}]",
}, },
{
"type": "battery",
"key": "Battery",
},
], ],
} }

View file

@ -38,12 +38,6 @@ npx @johnnymorganz/stylua-bin ./init.lua
-- Enable faster startup by caching compiled Lua modules -- Enable faster startup by caching compiled Lua modules
vim.loader.enable() vim.loader.enable()
-- Indentation
vim.o.expandtab = true
vim.o.tabstop = 2
vim.o.shiftwidth = 2
vim.o.softtabstop = 2
-- Raise a dialog asking if you wish to save the current file(s) -- Raise a dialog asking if you wish to save the current file(s)
vim.o.confirm = true vim.o.confirm = true