Vundle (plugin for Vim) configuration problem












0















I write the following configuration in my /etc/vim/vimrc to run the Vundle plugin.



Why I got this errors?



Vim configuration block that I add:



set nocompatible              " be iMproved, required
filetype off " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line


I got these errors while running .vimrc:



root@someone-System-Product-Name:/etc/vim# vim vimrc
Error detected while processing /usr/share/vim/vimrc:
line 6:
E117: Unknown function: vundle#begin
line 11:
E492: Not an editor command: Plugin 'VundleVim/Vundle.vim'
line 14:
E117: Unknown function: vundle#end
Press ENTER or type command to continue


If I run :PluginInstall, I got the error 'Not an editor command'.










share|improve this question

























  • Not it is not exist

    – Maks.Burkov
    Feb 6 at 15:17


















0















I write the following configuration in my /etc/vim/vimrc to run the Vundle plugin.



Why I got this errors?



Vim configuration block that I add:



set nocompatible              " be iMproved, required
filetype off " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line


I got these errors while running .vimrc:



root@someone-System-Product-Name:/etc/vim# vim vimrc
Error detected while processing /usr/share/vim/vimrc:
line 6:
E117: Unknown function: vundle#begin
line 11:
E492: Not an editor command: Plugin 'VundleVim/Vundle.vim'
line 14:
E117: Unknown function: vundle#end
Press ENTER or type command to continue


If I run :PluginInstall, I got the error 'Not an editor command'.










share|improve this question

























  • Not it is not exist

    – Maks.Burkov
    Feb 6 at 15:17
















0












0








0








I write the following configuration in my /etc/vim/vimrc to run the Vundle plugin.



Why I got this errors?



Vim configuration block that I add:



set nocompatible              " be iMproved, required
filetype off " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line


I got these errors while running .vimrc:



root@someone-System-Product-Name:/etc/vim# vim vimrc
Error detected while processing /usr/share/vim/vimrc:
line 6:
E117: Unknown function: vundle#begin
line 11:
E492: Not an editor command: Plugin 'VundleVim/Vundle.vim'
line 14:
E117: Unknown function: vundle#end
Press ENTER or type command to continue


If I run :PluginInstall, I got the error 'Not an editor command'.










share|improve this question
















I write the following configuration in my /etc/vim/vimrc to run the Vundle plugin.



Why I got this errors?



Vim configuration block that I add:



set nocompatible              " be iMproved, required
filetype off " required

" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')

" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'

" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required
" To ignore plugin indent changes, instead use:
"filetype plugin on
"
" Brief help
" :PluginList - lists configured plugins
" :PluginInstall - installs plugins; append `!` to update or just :PluginUpdate
" :PluginSearch foo - searches for foo; append `!` to refresh local cache
" :PluginClean - confirms removal of unused plugins; append `!` to auto-approve removal
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line


I got these errors while running .vimrc:



root@someone-System-Product-Name:/etc/vim# vim vimrc
Error detected while processing /usr/share/vim/vimrc:
line 6:
E117: Unknown function: vundle#begin
line 11:
E492: Not an editor command: Plugin 'VundleVim/Vundle.vim'
line 14:
E117: Unknown function: vundle#end
Press ENTER or type command to continue


If I run :PluginInstall, I got the error 'Not an editor command'.







command-line root configuration vim etc






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 7 at 7:57









Melebius

5,09552040




5,09552040










asked Feb 6 at 14:29









Maks.BurkovMaks.Burkov

13018




13018













  • Not it is not exist

    – Maks.Burkov
    Feb 6 at 15:17





















  • Not it is not exist

    – Maks.Burkov
    Feb 6 at 15:17



















Not it is not exist

– Maks.Burkov
Feb 6 at 15:17







Not it is not exist

– Maks.Burkov
Feb 6 at 15:17












1 Answer
1






active

oldest

votes


















2














You are mixing the system-wide configuration with user configuration.



The manual of Vundle suggests adding a script to “your .vimrc”, i.e. ~/.vimrc, particularly adding a link to ~/.vim/bundle/Vundle.vim. Both these files reside in a user’s home directory (~) and do not affect other users.



However, if you put the script (including the link to a user’s home directory!) to the system-wide Vim configuration /etc/vim/vimrc, you must




  • either place the file Vundle.vim to a location that is valid system-wide (e.g. /opt, /etc/vim) and provide the path in /etc/vim/vimrc

  • or ensure that the file ~/.vim/bundle/Vundle.vim exists for any user, including root.


The home directory (~) for root is /root. So if the file /root/.vim/bundle/Vundle.vim does not exist on your machine, Vim cannot load it when processing your /etc/vim/vimrc as the root user.




I got these errors while running .vimrc:



# vim vimrc



This is likely not related to opening the vimrc file specifically, the problem impacts launching Vim as such because Vim reads its configuration files during that. It should happen even if you issue a plain vim command without any file.



By the way, be aware of each character of a filename. vimrc does not equal .vimrc, these are different files.






share|improve this answer


























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116114%2fvundle-plugin-for-vim-configuration-problem%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    2














    You are mixing the system-wide configuration with user configuration.



    The manual of Vundle suggests adding a script to “your .vimrc”, i.e. ~/.vimrc, particularly adding a link to ~/.vim/bundle/Vundle.vim. Both these files reside in a user’s home directory (~) and do not affect other users.



    However, if you put the script (including the link to a user’s home directory!) to the system-wide Vim configuration /etc/vim/vimrc, you must




    • either place the file Vundle.vim to a location that is valid system-wide (e.g. /opt, /etc/vim) and provide the path in /etc/vim/vimrc

    • or ensure that the file ~/.vim/bundle/Vundle.vim exists for any user, including root.


    The home directory (~) for root is /root. So if the file /root/.vim/bundle/Vundle.vim does not exist on your machine, Vim cannot load it when processing your /etc/vim/vimrc as the root user.




    I got these errors while running .vimrc:



    # vim vimrc



    This is likely not related to opening the vimrc file specifically, the problem impacts launching Vim as such because Vim reads its configuration files during that. It should happen even if you issue a plain vim command without any file.



    By the way, be aware of each character of a filename. vimrc does not equal .vimrc, these are different files.






    share|improve this answer






























      2














      You are mixing the system-wide configuration with user configuration.



      The manual of Vundle suggests adding a script to “your .vimrc”, i.e. ~/.vimrc, particularly adding a link to ~/.vim/bundle/Vundle.vim. Both these files reside in a user’s home directory (~) and do not affect other users.



      However, if you put the script (including the link to a user’s home directory!) to the system-wide Vim configuration /etc/vim/vimrc, you must




      • either place the file Vundle.vim to a location that is valid system-wide (e.g. /opt, /etc/vim) and provide the path in /etc/vim/vimrc

      • or ensure that the file ~/.vim/bundle/Vundle.vim exists for any user, including root.


      The home directory (~) for root is /root. So if the file /root/.vim/bundle/Vundle.vim does not exist on your machine, Vim cannot load it when processing your /etc/vim/vimrc as the root user.




      I got these errors while running .vimrc:



      # vim vimrc



      This is likely not related to opening the vimrc file specifically, the problem impacts launching Vim as such because Vim reads its configuration files during that. It should happen even if you issue a plain vim command without any file.



      By the way, be aware of each character of a filename. vimrc does not equal .vimrc, these are different files.






      share|improve this answer




























        2












        2








        2







        You are mixing the system-wide configuration with user configuration.



        The manual of Vundle suggests adding a script to “your .vimrc”, i.e. ~/.vimrc, particularly adding a link to ~/.vim/bundle/Vundle.vim. Both these files reside in a user’s home directory (~) and do not affect other users.



        However, if you put the script (including the link to a user’s home directory!) to the system-wide Vim configuration /etc/vim/vimrc, you must




        • either place the file Vundle.vim to a location that is valid system-wide (e.g. /opt, /etc/vim) and provide the path in /etc/vim/vimrc

        • or ensure that the file ~/.vim/bundle/Vundle.vim exists for any user, including root.


        The home directory (~) for root is /root. So if the file /root/.vim/bundle/Vundle.vim does not exist on your machine, Vim cannot load it when processing your /etc/vim/vimrc as the root user.




        I got these errors while running .vimrc:



        # vim vimrc



        This is likely not related to opening the vimrc file specifically, the problem impacts launching Vim as such because Vim reads its configuration files during that. It should happen even if you issue a plain vim command without any file.



        By the way, be aware of each character of a filename. vimrc does not equal .vimrc, these are different files.






        share|improve this answer















        You are mixing the system-wide configuration with user configuration.



        The manual of Vundle suggests adding a script to “your .vimrc”, i.e. ~/.vimrc, particularly adding a link to ~/.vim/bundle/Vundle.vim. Both these files reside in a user’s home directory (~) and do not affect other users.



        However, if you put the script (including the link to a user’s home directory!) to the system-wide Vim configuration /etc/vim/vimrc, you must




        • either place the file Vundle.vim to a location that is valid system-wide (e.g. /opt, /etc/vim) and provide the path in /etc/vim/vimrc

        • or ensure that the file ~/.vim/bundle/Vundle.vim exists for any user, including root.


        The home directory (~) for root is /root. So if the file /root/.vim/bundle/Vundle.vim does not exist on your machine, Vim cannot load it when processing your /etc/vim/vimrc as the root user.




        I got these errors while running .vimrc:



        # vim vimrc



        This is likely not related to opening the vimrc file specifically, the problem impacts launching Vim as such because Vim reads its configuration files during that. It should happen even if you issue a plain vim command without any file.



        By the way, be aware of each character of a filename. vimrc does not equal .vimrc, these are different files.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 7 at 12:49

























        answered Feb 7 at 7:36









        MelebiusMelebius

        5,09552040




        5,09552040






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1116114%2fvundle-plugin-for-vim-configuration-problem%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?