Results 37 issues of Yi Ming

The original idea was to provide API consistency, and if this was implemented then users could use ```lua if client.name == "lua_ls" then vim.lsp.inlay_hint.enable(not vim.lsp.inlay_hint.is_enabled(), { client_id = client.id })...

lsp

When trying to do some stuff for codelens, I found that the local function `resolve_bufnr` is slightly different from the others which have the same name but in other files....

refactor
needs:response
lsp

LSP supports call hierarchy, but such call hierarchy can only support one level. It would be great if a tree-like one could be implemented in the form of outline.nvim. There's...

I created a related PR for the upstream, check https://github.com/neovim/neovim/pull/28724 After this PR: ![image](https://github.com/yorickpeterse/nvim-pqf/assets/61115159/1faf48b0-2fbd-4e01-952b-95c8f95d87cc)

I found it is supported in v3.0, but I made this commit already, maybe it is useful for stable users.

### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. Though trouble.nvim provides a...

enhancement

fzf-lua is a recently popular finder plugin (It's better than telescope in my opinion), it seems that leetcode.nvim only supports telescope.nvim, and because it was modified a lot to show...

Try to enable `git_authors` and open this file: https://github.com/neovim/neovim/blob/master/src/nvim/ex_docmd.c It will load up your computer.

``` Error executing vim.schedule lua callback: ...re/nvim/lazy/sentiment.nvim/lua/sentiment/ui/Portion.lua:69: attempt to index a nil value stack traceback: ...re/nvim/lazy/sentiment.nvim/lua/sentiment/ui/Portion.lua:69: in function 'get_current_char' ...ocal/share/nvim/lazy/sentiment.nvim/lua/sentiment/ui.lua:64: in function 'find_pair' ...ocal/share/nvim/lazy/sentiment.nvim/lua/sentiment/ui.lua:143: in function '' vim/_editor.lua: in function...

nvim-treesitter is gradually refactoring, it has a branch that does not provide the `nvim-treesitter` lua module. Now `nvim-treesitter-textobject` supports the `main` branch of `nvim-treesitter`, so I hope this plugin can...