Fix file path gf

This commit is contained in:
Marcelo Jacobus 2025-08-12 12:37:56 -03:00
parent c4b120dd3d
commit 8686ef674a

View file

@ -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 })