From c45385a92e6b06051a7a3f6607e02630d068daf7 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 1 Oct 2025 02:24:58 +0200 Subject: [PATCH] fix(efm): ignore "declared here" messages --- lua/ow/core/autocommands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/ow/core/autocommands.lua b/lua/ow/core/autocommands.lua index 2fd74c9..0f7baa2 100644 --- a/lua/ow/core/autocommands.lua +++ b/lua/ow/core/autocommands.lua @@ -44,6 +44,7 @@ vim.api.nvim_create_autocmd("FileType", { .. "%-G%*[ ]from %f:%l:," .. "%-G%*[ ]from %f:%l\\,," .. "%-G%*[ ]from %f:%l," + .. "%-G%f:%l:%c: note: '%*[^']' declared here," .. "%D%*\\a[%*\\d]: Entering directory %*[`']%f'," .. "%X%*\\a[%*\\d]: Leaving directory %*[`']%f'," .. "%D%*\\a: Entering directory %*[`']%f',"