在Vim中:CocInstall coc-flutter不起作用

时间:2020-08-06 15:22:19

标签: vim vim-plugin

我使用Ubuntu 18.04

  1. 这是在打开.vimrc时写的。

$ vim .vimrc

[coc.nvim]“ / path / to / node”不可执行,检出https://nodejs.org/en/download/

  1. .vimrc中有这些。
syntax on
set nocompatible              " be iMproved, required
set number
filetype off                  " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'dart-lang/dart-vim-plugin'
Plugin 'natebosch/vim-lsc'
Plugin 'natebosch/vim-lsc-dart'
Plugin 'neoclide/coc.nvim', {'branch': 'release'}
call vundle#end()            " required
filetype plugin indent on    " required
let g:lsc_auto_map = v:true
let g:coc_node_path = '/path/to/node'
  1. 我制作了.vimrc PluginInstall。

  2. Vim版本8.2。

5.:CocInstall coc-flutter不起作用。

我该怎么办? Flutter不会自动写入。

2 个答案:

答案 0 :(得分:1)

"------- 飞镖颤动------------

if count(g:bundle_groups, 'dart')

    Plugin 'natebosch/vim-lsc'
    Plugin 'natebosch/vim-lsc-dart'
    Plugin 'dart-lang/dart-vim-plugin'
    Plugin 'thosakwe/vim-flutter'

endif

答案 1 :(得分:0)

还安装了Dart SDK颤振。安装在系统上,它是固定的。