tries to fix flash
This commit is contained in:
parent
0935ee3dfa
commit
ed0201766f
2 changed files with 4 additions and 11 deletions
|
|
@ -123,13 +123,7 @@
|
|||
"o"
|
||||
];
|
||||
key = "<CR>";
|
||||
action.__raw = /* lua */ ''
|
||||
function()
|
||||
if vim.bo.filetype ~= "qf" then
|
||||
require("flash").jump()
|
||||
end
|
||||
end
|
||||
'';
|
||||
action.__raw = /* lua */ ''function() require("flash").jump() end'';
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue