From c5cdedfa6686242f58c13c7a40d70dcc8c992acb Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Wed, 8 Nov 2023 12:17:12 +0100 Subject: [PATCH] update --- lua/plugins/config-local.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/plugins/config-local.lua b/lua/plugins/config-local.lua index da6bf55..3e4622d 100644 --- a/lua/plugins/config-local.lua +++ b/lua/plugins/config-local.lua @@ -5,6 +5,7 @@ return { hasfile = vim.fn.stdpath('data') .. '/config-local', autocommands_create = true, commands_create = true, - lookup_parents = false, + lookup_parents = true, + silent = false, }, }