Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easymotion crashes NeoVim #507

Open
synic opened this issue Apr 2, 2024 · 2 comments
Open

Easymotion crashes NeoVim #507

synic opened this issue Apr 2, 2024 · 2 comments

Comments

@synic
Copy link

synic commented Apr 2, 2024

This is my lazy.nvim configuration for easymotion:

	{
		"Lokaltog/vim-easymotion",
		init = function()
			vim.g.EasyMotion_smartcase = true
			vim.g.EasyMotion_do_mapping = false
			vim.g.EasyMotion_inc_highlight = false
			vim.g.EasyMotion_disable_two_key_combo = true
			vim.g.EasyMotion_keys = "abcdefhjkmnoprstuvwxyz;"
		end,
		keys = {
			{ "<leader><leader>", "<plug>(easymotion-overwin-f)", desc = "Jump to location", mode = "n" },
			{ "<leader><leader>", "<plug>(easymotion-bd-f)", desc = "Jump to location", mode = "v" },
		},
	},

My NeoVim version is: v0.10.0-dev-2786+gb3f9da952, though this happens with 0.9 as well.

I mostly just use <space><space> and then a character to jump anywhere in neovim, even across windows. However, sometimes when I press the target key, neovim just crashes immediately.

I have not determined exactly what causes this. It seems to be random, but more often when there's more than one split window visible.

@synic
Copy link
Author

synic commented Apr 2, 2024

Oh wow, I just realized I haven't updated the repository from Lokaltog. I'll try that to see if it helps.

@synic
Copy link
Author

synic commented Apr 3, 2024

Nope, that definitely did not help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant