iamcco / iamcco/vim-language-server

triggerCharacters should not contain `[`

Open
#91 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
546
Forks
19
PR merge metrics
No merged PRs in 30d

Description

**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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.