onivim/oni

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

Open

#893 创建于 2017年11月8日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (336 fork)batch import
bughelp wantedlanguage-integration

仓库指标

Star
 (11,389 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南