From d16e82d468eb0d5bb1e662ac4812c0ca6fc0fc64 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Tue, 25 Feb 2020 14:47:03 +0300 Subject: reorganized repo to be easier to use with GNU stow; added script to stow --- dotfiles/.vim/test/vimrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dotfiles/.vim/test/vimrc (limited to 'dotfiles/.vim/test/vimrc') diff --git a/dotfiles/.vim/test/vimrc b/dotfiles/.vim/test/vimrc new file mode 100644 index 0000000..2f05b18 --- /dev/null +++ b/dotfiles/.vim/test/vimrc @@ -0,0 +1,14 @@ +set nocompatible +set noswapfile +set nobackup +set hidden + +set runtimepath-=~/.vim +set runtimepath-=~/.vim/after +let &runtimepath = expand(":p:h:h") . "," . &runtimepath + +filetype plugin indent on +syntax on + +set columns=80 lines=24 +winpos 1337 0 -- cgit v1.2.3