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" ];
|
event = [ "BufReadPost" ];
|
||||||
callback.__raw = /* lua */ ''
|
callback.__raw = /* lua */ ''
|
||||||
function()
|
function()
|
||||||
vim.keymap.set(" n ", " <CR> ", " <CR> ", { buffer = true })
|
vim.keymap.set("n", "<CR>", "<CR>", { buffer = true })
|
||||||
end
|
end
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue