onivim / oni

Oni: Modern Modal Editing - powered by Neovim
https://www.onivim.io
MIT License
11.36k stars 300 forks source link

Prioritize completion sources #2626

Open TimothyKrell opened 5 years ago

TimothyKrell commented 5 years ago

Oni Version: 0.3.7 Neovim Version (Linux only): Operating System: Mac OS 10.13.4

Issue: Word and language completion sources are mixed together. I'd rather have all typescript completions at the top of the menu list. Is there a way to make all typescript completions at the top of the list?

Expected behavior: All typescript-related completions are listed first

Actual behavior: Typescript and word completions are mixed together. Typescript completions have to be scrolled to further down the list.

In this screenshot, all the property completions for the options object are not even visible screen shot 2018-10-11 at 9 19 47 am

Only when I scroll down a ways do I start to see the property completions in the menu. screen shot 2018-10-11 at 9 20 20 am

oni-bot[bot] commented 5 years ago

Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.