vim-language-server icon indicating copy to clipboard operation
vim-language-server copied to clipboard

triggerCharacters should not contain `[`

Open ZSaberLv0 opened this issue 2 years ago • 0 comments

Describe the bug input [ , and auto completion would popup

it's a pain when you want to input something like this:

let xxx = [
        \    xxx,
        \ ]

which would result to this during typing:

let xxx = [something_completed_from_lsp]

To Reproduce just input [ for vim filetypes

ZSaberLv0 avatar Sep 06 '23 04:09 ZSaberLv0