onivim/oni

'NoneType' object has no attribute 'update_document' python3 with pyls

Open

#893 geöffnet am 8. Nov. 2017

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (336 Forks)batch import
bughelp wantedlanguage-integration

Repository-Metriken

Stars
 (11.389 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I'm getting errors trying to use Python3 with pyls in oni. Here's the config, and attached is the log.

const activate = (oni) => {
    console.log("config activated")
}

const deactivate = () => {
    console.log("config deactivated")
}

module.exports = {
    activate,
    deactivate,
   "oni.loadInitVim": true,
   "neovim.global.python_host_prog": "/usr/local/bin/python3"
}

-1510161973761.log

Contributor Guide