我使用Ubuntu 18.04
$ vim .vimrc
[coc.nvim]“ / path / to / node”不可执行,检出https://nodejs.org/en/download/
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'
我制作了.vimrc PluginInstall。
Vim版本8.2。
5.:CocInstall coc-flutter不起作用。
我该怎么办? Flutter不会自动写入。
答案 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颤振。安装在系统上,它是固定的。