Results 347 comments of rayx

I think that is why I am not happy with supports_method. This logic for supports_methods is more 1) if client explicitly support return true 2) if client explicitly not support...

I am not keen on hacky solutions. my solution (client side only) is if client.name='null-ls' I will not send hoverProvider (I did not add dictionary source). On server-side, TBH, I...

someone open an new issue: https://github.com/neovim/neovim/issues/18939

Would be great to have this feature. Lots of modern terminal support display image directly. Kitty, Iterm2 both support displaying arbitrary images in terminal. https://github.com/atanunq/viu A imgcat written in rust...

If hydra exits correctly with keymaps, there will not be any errors. One way to reproduce 1) create a hydra floatwindows 2) use mouse to click the floating window 3)...

https://user-images.githubusercontent.com/1681295/175803574-c32a716b-3e64-4cf7-aa7c-f325944e9346.mp4 I think might be wilder.nvim

Some LSP provides a feature to switch workspace which changed the based DIR inside a project automatically when opening a new file. But it may cause some issue when the...

I think it is something wrong with neovim upstream. the session vim file should be able to replay and restore the last session. But from time to time it did...

Some suggestions: ### When enforce timeout, set the priority for sources based on sources array index when timeout is used. e.g. ```lua sources = { {name = 'nvim_lsp'}, {name =...

I have a feeling the difference is caused by `throttle_time = 80` setup.