mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
Fix file path gf
This commit is contained in:
parent
c4b120dd3d
commit
8686ef674a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue