added plugin for local configs!
This commit is contained in:
parent
d8f164c955
commit
aa70f637b2
1 changed files with 10 additions and 0 deletions
10
lua/plugins/config-local.lua
Normal file
10
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,
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue