Code Monkey home page Code Monkey logo

Comments (7)

garymjr avatar garymjr commented on August 16, 2024 5

I ran into this too and did some digging. If you change line 27 in lua/dressing/select/telescope.lua from local client_id = item[1] to local client_id = item.ctx.client_id code actions work correctly again. Looking through neovim commits I'm assuming 9281edb is what broke it.

from dressing.nvim.

stevearc avatar stevearc commented on August 16, 2024 3

Should be fixed!

from dressing.nvim.

radvil avatar radvil commented on August 16, 2024 3

I updated neovim to NVIM v0.10.0-dev-a935c75 now fixed it

from dressing.nvim.

svampkorg avatar svampkorg commented on August 16, 2024 1

I ran into this too and did some digging. If you change line 27 in lua/dressing/select/telescope.lua from local client_id = item[1] to local client_id = item.ctx.client_id code actions work correctly again. Looking through neovim commits I'm assuming 9281edb is what broke it.

LTDR: It worked! 👍

Awesome find! I struggled a bit with Lazy plugin manager, trying to use the dev parameter to point to a version of dressing I had cloned locally. It worked, partly. For whatever reason Lazy could not find the branch I had created. Probably because it wasn't pushed to remote and I didn't want to do that just yet, so I cloned dressing instead =P But I can now confirm that doing the changes you suggested works!

from dressing.nvim.

vonPB avatar vonPB commented on August 16, 2024 1

I am on the latest neovim nightly NVIM v0.10.0-dev-1138+g71d9b7d15.
This fix didnt seem to work for me, rather it was the problem. Removing the version check again fixed the issue for me...

if vim.fn.has("nvim-0.10") == 1 then

from dressing.nvim.

radvil avatar radvil commented on August 16, 2024

is it me, or its breaking on my config now after this commit ??
NVIM v0.10.0-dev-4eea609

from dressing.nvim.

dkarter avatar dkarter commented on August 16, 2024

I have NVIM v0.10.0-dev-1420+g9dc440400-Homebrew and dressing.nvim commit 94b0d24
And running :lua print(vim.fn.has("nvim-0.10")) evaluates to 1 but I still see this error:

 îȘ‡  Error  00:51:24 msg_show.lua_error Error executing vim.schedule lua callback: ...vim/lazy/dressing.nvim/lua/dressing/select/telescope.lua:29: attempt to index field 'ctx' (a nil value)
stack traceback:
	...vim/lazy/dressing.nvim/lua/dressing/select/telescope.lua:29: in function <...vim/lazy/dressing.nvim/lua/dressing/select/telescope.lua:8>
	...vim/lazy/dressing.nvim/lua/dressing/select/telescope.lua:137: in function 'select'
	...are/nvim/lazy/dressing.nvim/lua/dressing/select/init.lua:70: in function 'fn'
	vim/_editor.lua:342: in function <vim/_editor.lua:341>

CleanShot 2024-01-01 at 00 53 16@2x

CleanShot.2024-01-01.at.00.51.19.mp4

CleanShot 2024-01-01 at 00 53 33@2x

from dressing.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.