We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Plugin doesn't work at all. I get the error:
Failed to run config for multicursors.nvim vim/shared.lua:0: s: expected string, got number (1)
To Reproduce Steps to reproduce the behavior:
local lazypath = vim.fn.stdpath 'data' .. '/lazy/lazy.nvim' if not vim.uv.fs_stat(lazypath) then vim.fn.system { 'git', 'clone', '--depth', '1', '--filter=blob:none', '--single-branch', 'https://github.com/folke/lazy.nvim.git', lazypath, } end vim.opt.runtimepath:prepend(lazypath) require('lazy').setup({ "smoka7/multicursors.nvim", event = "VeryLazy", dependencies = { "nvim-treesitter/nvim-treesitter", "nvimtools/hydra.nvim", }, opts = {}, cmd = { 'MCstart', 'MCvisual', 'MCclear', 'MCpattern', 'MCvisualPattern', 'MCunderCursor' }, }, opts)
Expected behavior Working plugin
Screenshots
Nvim version: NVIM v0.11.0-dev-902+g289380bc4 Build type: RelWithDebInfo LuaJIT 2.1.1727870382
Checked and there is same issue on:
NVIM v0.10.1 Build type: Release LuaJIT 2.1.1725453128
Multicursor version: latest
Additional context I've tried using smoka7/hydra.nvim plugin instead but there is same issue.
smoka7/hydra.nvim
The text was updated successfully, but these errors were encountered:
There is a fix here nvimtools/hydra.nvim#47 .
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Plugin doesn't work at all. I get the error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Working plugin
Screenshots
![image](https://private-user-images.githubusercontent.com/17691791/373824301-73de4be2-164f-4535-b445-0d18c58f3804.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMjk0MjUsIm5iZiI6MTczOTMyOTEyNSwicGF0aCI6Ii8xNzY5MTc5MS8zNzM4MjQzMDEtNzNkZTRiZTItMTY0Zi00NTM1LWI0NDUtMGQxOGM1OGYzODA0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAyNTg0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTgyNjQ3MGNkYWQ5YTc4NDg0OGNkYmMxMTkwNDRiYjkxMzUxNzMxZGU0YWNmYTcyNjFkYjM1NTE4YTljNjg1NmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.U4m-AlU59w2Rztc7a9bn6NPDxUxFcqPSZDNlLqeEZVY)
Nvim version:
NVIM v0.11.0-dev-902+g289380bc4
Build type: RelWithDebInfo
LuaJIT 2.1.1727870382
Checked and there is same issue on:
NVIM v0.10.1
Build type: Release
LuaJIT 2.1.1725453128
Multicursor version:
latest
Additional context
I've tried using
smoka7/hydra.nvim
plugin instead but there is same issue.The text was updated successfully, but these errors were encountered: