mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-08-02 22:25:01 +00:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c3bfa5f11a | |||
| cf3072ef1e |
2 changed files with 12 additions and 6 deletions
|
|
@ -28,20 +28,20 @@
|
|||
},
|
||||
"break",
|
||||
{
|
||||
"type": "battery",
|
||||
"key": "Battery",
|
||||
"type": "sound",
|
||||
"format": "{6} ({4}) [{3}]",
|
||||
},
|
||||
{
|
||||
"type": "brightness",
|
||||
"key": "Brightness",
|
||||
},
|
||||
{
|
||||
"type": "sound",
|
||||
"format": "{6} ({4}) [{3}]",
|
||||
},
|
||||
{
|
||||
"type": "wifi",
|
||||
"format": "{11} ({7}) [{10} - {4}]",
|
||||
},
|
||||
{
|
||||
"type": "battery",
|
||||
"key": "Battery",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,6 +38,12 @@ npx @johnnymorganz/stylua-bin ./init.lua
|
|||
-- Enable faster startup by caching compiled Lua modules
|
||||
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)
|
||||
vim.o.confirm = true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue