We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fb425 commit 0696573Copy full SHA for 0696573
lua/astrocommunity/motion/leap-nvim/init.lua
@@ -5,7 +5,7 @@ return {
5
{
6
"AstroNvim/astrocore",
7
opts = {
8
- autocmds = vim.version().minor < 10
+ autocmds = vim.fn.has "nvim-0.10" == 0
9
and {
10
leap_cursor = { -- https://github.com/ggandor/leap.nvim/issues/70#issuecomment-1521177534
11
0 commit comments