diff options
Diffstat (limited to 'dotfiles/.vim/test/vimrc')
-rw-r--r-- | dotfiles/.vim/test/vimrc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dotfiles/.vim/test/vimrc b/dotfiles/.vim/test/vimrc deleted file mode 100644 index 2f05b18..0000000 --- a/dotfiles/.vim/test/vimrc +++ /dev/null @@ -1,14 +0,0 @@ -set nocompatible -set noswapfile -set nobackup -set hidden - -set runtimepath-=~/.vim -set runtimepath-=~/.vim/after -let &runtimepath = expand("<sfile>:p:h:h") . "," . &runtimepath - -filetype plugin indent on -syntax on - -set columns=80 lines=24 -winpos 1337 0 |