fixes config
This commit is contained in:
parent
34ed85a458
commit
0935ee3dfa
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@
|
|||
event = [ "BufReadPost" ];
|
||||
callback.__raw = /* lua */ ''
|
||||
function()
|
||||
vim.keymap.set(" n ", " <CR> ", " <CR> ", { buffer = true })
|
||||
vim.keymap.set("n", "<CR>", "<CR>", { buffer = true })
|
||||
end
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
if vim.bo.filetype ~= "qf" then
|
||||
require("flash").jump()
|
||||
end
|
||||
end,
|
||||
end
|
||||
'';
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue