added plugin for local configs!

This commit is contained in:
Thies Lennart Alff 2023-10-20 15:05:42 +02:00
parent 0817af108f
commit 3550ff67f7
2 changed files with 11 additions and 1 deletions

View 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,
},
}

View file

@ -114,7 +114,7 @@
},
"battery": {
"states": {
// "good": 95,
"good": 95,
"warning": 30,
"critical": 15
},