Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annoying completion result for options value #98

Open
4513ECHO opened this issue Aug 21, 2024 · 1 comment
Open

Annoying completion result for options value #98

4513ECHO opened this issue Aug 21, 2024 · 1 comment

Comments

@4513ECHO
Copy link

Describe the bug
A clear and concise description of what the bug is.

vim-language-server returns annoying completion results when we trigger completion in value of options.
Even the option does not accept vim script expression (e.g. 'encoding', 'formatoptions'), LS suggests vim script variables.

To Reproduce
Steps to reproduce the behavior:

  1. Start completion with leading text like set encoding=

Expected behavior

vim-language-server should return the result following context.

Screenshots

スクリーンショット 2024-08-21 22 31 11

Desktop (please complete the following information):

  • OS: macOS Sonoma 14.5
@Shougo
Copy link

Shougo commented Aug 21, 2024

I think it is vimlparser issue instead.

https://github.com/vim-jp/vim-vimlparser

Hm. vim-language-server parse statement directly.

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

No branches or pull requests

2 participants