GithubHelp home page GithubHelp logo

deepin安装vim失败 about legolas-vim HOT 3 CLOSED

ttwshell avatar ttwshell commented on August 22, 2024
deepin安装vim失败

from legolas-vim.

Comments (3)

danerlt avatar danerlt commented on August 22, 2024

我看到提示需要安装ncurse的依赖,使用下面的命令安装依赖后,vim成功安装好了.

sudo apt-get install libncurses5-dev libncursesw5-dev

但是,现在提示

[notice] A new release of pip available: 22.3.1 -> 23.0
[notice] To update, run: python3 -m pip install --upgrade pip
Vim: Warning: Input is not from a terminal
Error detected while processing /root/.vimrc:
line    4:
E117: Unknown function: plug#begin
line   13:
E492: Not an editor command: Plug 'w0rp/ale', {'tag': 'b934dc5'}
line   16:
E492: Not an editor command: Plug 'bronson/vim-trailing-whitespace'
line   19:
E492: Not an editor command: Plug 'terryma/vim-multiple-cursors'
line   22:
E492: Not an editor command: Plug 'altercation/vim-colors-solarized'
line   23:
E492: Not an editor command: Plug 'jnurmine/Zenburn'
line   24:
E492: Not an editor command: Plug 'flazz/vim-colorschemes'
line   27:
E492: Not an editor command: Plug 'Valloric/YouCompleteMe', {'tag': 'e018777'}
line   30:
E492: Not an editor command: Plug 'scrooloose/nerdtree'
line   31:
E492: Not an editor command: Plug 'Xuyuanp/nerdtree-git-plugin'
line   35:
E492: Not an editor command: Plug 'vim-airline/vim-airline', {'tag': '7190164'}
line   36:
E492: Not an editor command: Plug 'vim-airline/vim-airline-themes'
line   39:
E492: Not an editor command: Plug 'tmhedberg/SimpylFold'
line   42:
E492: Not an editor command: Plug 'kien/ctrlp.vim'
line   45:
E492: Not an editor command: Plug 'mattn/emmet-vim'
line   48:
E492: Not an editor command: Plug 'Glench/Vim-Jinja2-Syntax'
line   49:
E492: Not an editor command: Plug 'othree/html5.vim'
line   50:
E492: Not an editor command: Plug 'vim-scripts/nginx.vim'
line   51:
E492: Not an editor command: Plug 'fatih/vim-go'
line   52:
E492: Not an editor command: Plug 'othree/javascript-libraries-syntax.vim'
line   53:
E492: Not an editor command: Plug 'hynek/vim-python-pep8-indent'
line   54:
E492: Not an editor command: Plug 'elzr/vim-json'
line   55:
E492: Not an editor command: Plug 'dyng/ctrlsf.vim'
line   56:
E492: Not an editor command: Plug 'kylef/apiblueprint.vim'
line   57:
E492: Not an editor command: Plug 'leafgarland/typescript-vim'
line   60:
E492: Not an editor command: Plug 'tpope/vim-fugitive'
line   62:
E492: Not an editor command: Plug 'airblade/vim-gitgutter'
line   65:
E117: Unknown function: plug#end
line  246:
E185: Cannot find color scheme 'molokai'
Press ENTER or type command to continue
Vim: Warning: Input is not from a terminal
Error detected while processing /root/.vimrc:
line    4:
E117: Unknown function: plug#begin
line   13:
E492: Not an editor command: Plug 'w0rp/ale', {'tag': 'b934dc5'}
line   16:
E492: Not an editor command: Plug 'bronson/vim-trailing-whitespace'
line   19:
E492: Not an editor command: Plug 'terryma/vim-multiple-cursors'
line   22:
E492: Not an editor command: Plug 'altercation/vim-colors-solarized'
line   23:
E492: Not an editor command: Plug 'jnurmine/Zenburn'
line   24:
E492: Not an editor command: Plug 'flazz/vim-colorschemes'
line   27:
E492: Not an editor command: Plug 'Valloric/YouCompleteMe', {'tag': 'e018777'}
line   30:
E492: Not an editor command: Plug 'scrooloose/nerdtree'
line   31:
E492: Not an editor command: Plug 'Xuyuanp/nerdtree-git-plugin'
line   35:
E492: Not an editor command: Plug 'vim-airline/vim-airline', {'tag': '7190164'}
line   36:
E492: Not an editor command: Plug 'vim-airline/vim-airline-themes'
line   39:
E492: Not an editor command: Plug 'tmhedberg/SimpylFold'
line   42:
E492: Not an editor command: Plug 'kien/ctrlp.vim'
line   45:
E492: Not an editor command: Plug 'mattn/emmet-vim'
line   48:
E492: Not an editor command: Plug 'Glench/Vim-Jinja2-Syntax'
line   49:
E492: Not an editor command: Plug 'othree/html5.vim'
line   50:
E492: Not an editor command: Plug 'vim-scripts/nginx.vim'
line   51:
E492: Not an editor command: Plug 'fatih/vim-go'
line   52:
E492: Not an editor command: Plug 'othree/javascript-libraries-syntax.vim'
line   53:
E492: Not an editor command: Plug 'hynek/vim-python-pep8-indent'
line   54:
E492: Not an editor command: Plug 'elzr/vim-json'
line   55:
E492: Not an editor command: Plug 'dyng/ctrlsf.vim'
line   56:
E492: Not an editor command: Plug 'kylef/apiblueprint.vim'
line   57:
E492: Not an editor command: Plug 'leafgarland/typescript-vim'
line   60:
E492: Not an editor command: Plug 'tpope/vim-fugitive'
line   62:
E492: Not an editor command: Plug 'airblade/vim-gitgutter'
line   65:
E117: Unknown function: plug#end
line  246:
E185: Cannot find color scheme 'molokai'
Press ENTER or type command to continue
cp: 无法获取'/root/.vim/plugged/vim-colorschemes/colors/*' 的文件状态(stat): 没有那个文件或目录
install-plugins.sh: 第 30 行:cd: /root/.vim/plugged/YouCompleteMe: 没有那个文件或目录
 Install finished. If you need orther language support, please run: ./install-plugins.sh --help 
****

from legolas-vim.

TTWShell avatar TTWShell commented on August 22, 2024

看起来是 https://github.com/junegunn/vim-plug 没有正确安装?看下这里呢 https://github.com/TTWShell/legolas-vim/blob/master/install-plugins.sh#L15

from legolas-vim.

danerlt avatar danerlt commented on August 22, 2024

@TTWShell 是的, 下载vim-plug失败了,

from legolas-vim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.