gpt4 book ai didi

go - 安装 nvim-go 失败并显示 "Undefined variable: g:go#debug"

转载 作者:IT王子 更新时间:2023-10-29 02:20:48 24 4
gpt4 key购买 nike

我正在切换到 neovim 并尝试让 nvim-go 运行。我的 init.vim 中的 Plug 部分如下所示:

call plug#begin('~/.vim/plugged')

Plug 'zchee/nvim-go', { 'do': 'make'}
Plug 'sebdah/vim-delve'

call plug#end()

如果我打开 nvim 并运行 PlugInstall,我会收到以下错误:

Error detected while processing
/home/domma/.vim/plugged/nvim-go/plugin/nvim-go. vim: line 20:
E121: Undefined variable: g:go#debug

我检查了文件,错误是有道理的。但我不知道这个变量来自哪里,应该如何设置。我该如何解决这个问题?

最佳答案

临时编辑/home/domma/.vim/plugged/nvim-go/plugin/nvim-go.vim: line 20

if g:go#debug -> if exists('g:go#debug')

关于go - 安装 nvim-go 失败并显示 "Undefined variable: g:go#debug",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50502561/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com