В Vim: CocInstall co c -flutter не работает - PullRequest
1 голос
/ 06 августа 2020

Я использую Ubuntu 18.04

  1. Это пишет при открытии .vimr c.

$ vim .vimr c

[co c .nvim] "/ путь / к / узлу" не является исполняемым, оформление заказа https://nodejs.org/en/download/

Они есть в .vimr c.
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'

Я делаю .vimr c PluginInstall.

Vim версии 8.2.

5.: CocInstall co c -flutter не работает.

Что делать? Flutter не пишет автоматически.

1 Ответ

0 голосов
/ 29 августа 2020

Dart sdk flutter тоже был установлен. Установлено в системе, исправлено.

...