diff options
-rwxr-xr-x | install | 1 | ||||
-rw-r--r-- | vimperatorrc | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,7 @@ pushd $HOME >/dev/null rm .vim* ln -sf $DIR .vim ln -sf $DIR/vimrc .vimrc +ln -sf $DIR/vimperatorrc .vimperatorrc popd >/dev/null git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim diff --git a/vimperatorrc b/vimperatorrc new file mode 100644 index 0000000..cf46e68 --- /dev/null +++ b/vimperatorrc @@ -0,0 +1,2 @@ + +source ~/.vim/scripts/bepo-layout.vim |