Enabled lookup_parents in nvim-config-local

This commit is contained in:
2025-12-11 16:39:05 +00:00
parent 726a2caec7
commit 4801e10e66

View File

@@ -9,7 +9,7 @@ return { -- General programming utilities go here
autocommands_create = true,
commands_create = true,
silent = false,
lookup_parents = false,
lookup_parents = true,
},
},
{