question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Completor freaking out after update

See original GitHub issue

Today I updated my vim plugins and completor started freaking out, whenever I start typing and the completor popup triggers, it deletes everything I typed and show the completion popup.

completor-weirdness

My vim: VIM - Vi IMproved 8.1 (2018 May 18, compiled Aug 7 2018 21:58:18) macOS version Included patches: 1-250

Completor: On master -> 3461d62 I’m also using completor-typescript Options:

let g:completor_node_binary = '/usr/local/bin/node'
let g:completor_css_omni_trigger = '([\w-]+|@[\w-]*|[\w-]+:\s*[\w-]*)$'
let g:completor_auto_trigger = 1

Previously this didn’t happen and completor worked fine.

After further testings seems like it might be related to ‘jedi-vim’

I was able to reproduce this with these plugins:

Plug 'leafgarland/typescript-vim'
Plug 'peitalin/vim-jsx-typescript'
Plug 'maralla/completor.vim', { 'do': 'make js' }
Plug 'maralla/completor-typescript'
Plug 'davidhalter/jedi-vim'

Disabling jedi-vim seems to have fixed it.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:6
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
marallacommented, Aug 31, 2018

The commit ab49c6797c85e36f3cc2884ab03d948abb4dd1e8 fixed the problem please update.

1reaction
marallacommented, Nov 24, 2018

The commit cea1fd674e59521fb5ce5f2d10901eac3a5bcb1c fix the problem. @codito

Read more comments on GitHub >

github_iconTop Results From Across the Web

JupyterLab Extensions by Examples - GitHub
Prerequisites. Writing an extension requires basic knowledge of JavaScript, Typescript and potentially Python. Don't be scared of Typescript, even if you never ...
Read more >
Providing manualized individual trauma-focused CBT ... - NCBI
This pilot study presents preliminary evidence for the efficacy of an evidence-based intervention like TF-CBT in reducing PTSD symptoms in URMs.
Read more >
Resources on Worry and Anxiety - King's Cross Church
Running Scared: Fear, Worry, and the God of Rest by Edward T. Welch ... My Name Is Hope: Anxiety, Depression, and Life After...
Read more >
Upgrade Completer! - Page 2 - The Rockman EXE Zone
... after that I didn't change my ship layout at all. Not to mention that I freaked out when I purchased Increase BPM...
Read more >
The Power of WebViews in Flutter - Medium
If you look at the code, you may notice I use the Completer class and ... Don't be scared off by that Factory...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found