Vundle (plugin for Vim) configuration problem
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
add a comment |
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
Not it is not exist
– Maks.Burkov
Feb 6 at 15:17
add a comment |
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
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
command-line root configuration vim etc
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
add a comment |
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
add a comment |
1 Answer
1
active
oldest
votes
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.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
edited Feb 7 at 12:49
answered Feb 7 at 7:36
MelebiusMelebius
5,09552040
5,09552040
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
Not it is not exist
– Maks.Burkov
Feb 6 at 15:17