Skip to content

Conversation

@artempyanykh
Copy link
Owner

@artempyanykh artempyanykh commented Nov 20, 2024

Stacked PRs:


feat: Produce completion items with kind = Reference

Previously, no kind was provided, which made editors treat these completions like 'Text' completions.

The problem with text completions is that they can be disabled by users due to their noise. Which then leads to confusion as to why Marksman's completion doesn't work in neovim or something.

Example config recommendation: https://github.com/hrsh7th/nvim-cmp/blob/5dce1b778b85c717f6614e3f4da45e9f19f54435/doc/cmp.txt#L663

Possibly fixes: #204

Previously, no kind was provided, which made editors treat these completions like 'Text' completions.

The problem with text completions is that they can be disabled by users due to their noise. Which then leads to confusion as to why Marksman's completion doesn't work in neovim or something.

Example config recommendation: https://github.com/hrsh7th/nvim-cmp/blob/5dce1b778b85c717f6614e3f4da45e9f19f54435/doc/cmp.txt#L663

Possibly fixes: #204

stack-info: PR: #363, branch: artempyanykh/stack/12
@artempyanykh artempyanykh merged commit 1a62211 into main Nov 20, 2024
3 checks passed
@artempyanykh artempyanykh deleted the artempyanykh/stack/12 branch November 20, 2024 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Completions by Marksman dont't work at all in Neovim (macOS)

2 participants