-
-
Notifications
You must be signed in to change notification settings - Fork 367
Closed
Description
Issue
With g:jedi#smart_auto_mappings
set to 1 sometimes when I write
from datetime |CURSOR HERE|
it automatically adds import
and I end up with
from datetime import |CURSOR HERE|
but sometimes it opens a completion menu and I should select import
(it's the only option.)
Any idea how can I make it consistent? (I prefer first case.)
I'm using nvim-completion-manager
This is the issue I opened there for reference: roxma/nvim-completion-manager#189
Steps to reproduce
Output of “:verbose JediDebugInfo”
YodaEmbedding
Metadata
Metadata
Assignees
Labels
No labels