10 lines
262 B
Lua
10 lines
262 B
Lua
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,
|
|
},
|
|
}
|