search

Home  >  Q&A  >  body text

ubuntu - 在linux下的gvim的问题

已经解决了,新版本在配置文件中更新了很多配置写法。我刚刚没有修改全。现在好了

系统是elementaryos.
安装了gnome-vim之后使用vundle安装了一些插件,但是每次打开都是这个样子的

必须使用:PluginInstall命令之后才会成为正常的样子,如下


高洛峰高洛峰2865 days ago341

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-21 10:58:14

    It seems like all the plug-ins are not taking effect, right? Do you have the following configuration in your vimrc file:

    set rtp+=$HOME/.vim/bundle/vundle
    call vundle#rc()
    
    

    If it still doesn’t work, please post the configuration and take a look

    reply
    0
  • Cancelreply