Skip to content

vimrc is not installed #273

@hupfdule

Description

@hupfdule
$ # vimrc exists in $VOLTPATH, but not in the system
$ ls -l ~/volt/rc/default/vimrc
-rw-r--r-- 1 myuser myuser 9791 Mär 26 18:49 /home/myuser/volt/rc/default/vimrc
$ ls -l ~/.vimrc
ls: cannot access '/home/myuser/.vimrc': No such file or directory
$ ls -l ~/.vim/vimrc
ls: cannot access '/home/myuser/.vim/vimrc': No such file or directory
# calling volt to do a full build
$ volt build -full
[INFO] Full building /home/myuser/.vim/pack/volt/opt directory ...
[INFO] Installing vimrc and gvimrc ...
# checking for existance of vimrc (which should have been copied)
$ ls -l ~/.vimrc
ls: cannot access '/home/myuser/.vimrc': No such file or directory
$ ls -l ~/.vim/vimrc
ls: cannot access '/home/myuser/.vim/vimrc': No such file or directory

There is no error message and still nothing is copied.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions