fixes config

This commit is contained in:
Dennis 2026-02-06 11:03:37 +01:00
parent 34ed85a458
commit 0935ee3dfa
2 changed files with 2 additions and 2 deletions

View file

@ -128,7 +128,7 @@
if vim.bo.filetype ~= "qf" then if vim.bo.filetype ~= "qf" then
require("flash").jump() require("flash").jump()
end end
end, end
''; '';
} }
]; ];