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