added plugin for local configs!
This commit is contained in:
parent
0817af108f
commit
3550ff67f7
2 changed files with 11 additions and 1 deletions
10
.config/nvim/lua/plugins/config-local.lua
Normal file
10
.config/nvim/lua/plugins/config-local.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
'klen/nvim-config-local',
|
||||
opts = {
|
||||
config_files = { '.nvim.lua' },
|
||||
hasfile = vim.fn.stdpath('data') .. '/config-local',
|
||||
autocommands_create = true,
|
||||
commands_create = true,
|
||||
lookup_parents = false,
|
||||
},
|
||||
}
|
||||
|
|
@ -114,7 +114,7 @@
|
|||
},
|
||||
"battery": {
|
||||
"states": {
|
||||
// "good": 95,
|
||||
"good": 95,
|
||||
"warning": 30,
|
||||
"critical": 15
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue