onivim/oni

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

Open

#893 aberto em 8 de nov. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (336 forks)batch import
bughelp wantedlanguage-integration

Métricas do repositório

Stars
 (11.389 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador