Results 37 issues of Yi Ming

I found It often useless to show mark symbols in such a buftype.

Sometimes we don't need to show marks in a specific group of filetypes, such as NeogitCommitMessage, NeogitStatus, and so on. Is it possible to use wildcards in "Excluded file types"?In...

Comparing different tmux status bar theme, I found that many of them use nerd font and it makes them more beautiful. Inspired by this, I added nerd font symbols to...

If I click a #2 in a winbar like this ![image](https://user-images.githubusercontent.com/61115159/195673699-c505c89f-a18d-4955-b551-8a805fc3d9a4.png) it will open #2 split like this ![image](https://user-images.githubusercontent.com/61115159/195673828-d63db9f5-158a-4d1b-b2ba-e3815eff0897.png) But I think maybe in most situations, I just want #2...

- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...

windows

### Did you check existing issues? - [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser - [X] I have searched the existing issues...

bug

1. `CodeLens.command` will exist only when it is resolved, according to https://github.com/neovim/neovim/blob/067f51e3aadfeb797b38331776f2a6447b565456/runtime/lua/vim/lsp/codelens.lua#L275-L278, there may be a very short time interval in which this field does not exist; 2. Once `resolve_lenses`...

lsp

### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

**Problem**: The current implementation of inlay hints contradicts our dev guidelines. https://github.com/neovim/neovim/blob/a41546d4ac60cecc48b83f85ea9d53ee2fb7dfbb/runtime/doc/develop.txt#L313-L317 **Solution**: Implement globally enabling inlay hints.

lsp

As we discussed in https://github.com/neovim/neovim/pull/28521#discussion_r1581156758 Before this, `vim.diagnostic.enable` and `vim.diagnostic.is_enabled()` use the same strategy.

lsp