From 4801e10e664253d7f1ec189d407748fc9c0cb708 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Thu, 11 Dec 2025 16:39:05 +0000 Subject: [PATCH] Enabled lookup_parents in nvim-config-local --- lua/plugins/utils.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/utils.lua b/lua/plugins/utils.lua index 9b88843..34bbb42 100644 --- a/lua/plugins/utils.lua +++ b/lua/plugins/utils.lua @@ -9,7 +9,7 @@ return { -- General programming utilities go here autocommands_create = true, commands_create = true, silent = false, - lookup_parents = false, + lookup_parents = true, }, }, {