From 8686ef674a0af82741b7c4c9c1170c240b983261 Mon Sep 17 00:00:00 2001 From: Marcelo Jacobus Date: Tue, 12 Aug 2025 12:37:56 -0300 Subject: [PATCH] Fix file path gf --- lua/user/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/user/options.lua b/lua/user/options.lua index c9e042b..71f8b50 100644 --- a/lua/user/options.lua +++ b/lua/user/options.lua @@ -33,6 +33,8 @@ vim.opt.wrap = false vim.opt.ignorecase = true vim.opt.smartcase = true +vim.opt.isfname:remove(":") + -- Diagnostic config -- TODO: Do I still need this? -- vim.diagnostic.config({ virtual_text = false })