summaryrefslogtreecommitdiff
path: root/.vim/vimrc
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2017-03-12 20:45:40 +0100
committerRobin Krahl <me@robin-krahl.de>2017-03-12 20:49:57 +0100
commit4f8a0ae65141d6139f8f3f50b6206025341a7da8 (patch)
treeaca2c6bf6b24105335364265e8935f65a9dc5251 /.vim/vimrc
parent362ceabf8c9b07eda033f72b6231a93c8a3a4dc9 (diff)
downloaddotfiles-4f8a0ae65141d6139f8f3f50b6206025341a7da8.tar.gz
dotfiles-4f8a0ae65141d6139f8f3f50b6206025341a7da8.tar.bz2
vim: use .config/vim and .cache/vim instead of .vim
Diffstat (limited to '.vim/vimrc')
-rw-r--r--.vim/vimrc50
1 files changed, 0 insertions, 50 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
deleted file mode 100644
index 0db9545..0000000
--- a/.vim/vimrc
+++ /dev/null
@@ -1,50 +0,0 @@
-" Initialize Vundle for plugin management
-
-set nocompatible
-filetype off
-
-set rtp+=~/.vim/bundle/Vundle.vim
-call vundle#begin()
-Plugin 'VundleVim/Vundle.vim'
-Plugin 'a.vim'
-Plugin 'andreasvc/vim-256noir'
-Plugin 'aperezdc/vim-template'
-Plugin 'cespare/vim-toml'
-Plugin 'ctrlpvim/ctrlp.vim'
-Plugin 'godlygeek/tabular'
-Plugin 'LucHermitte/lh-vim-lib'
-Plugin 'LucHermitte/local_vimrc'
-Plugin 'OmniSharp/omnisharp-vim'
-Plugin 'rodjek/vim-puppet'
-Plugin 'rust-lang/rust.vim'
-Plugin 'scrooloose/syntastic'
-Plugin 'tpope/vim-dispatch'
-Plugin 'tpope/vim-fugitive'
-call vundle#end()
-
-filetype plugin indent on
-
-runtime! ftplugin/man.vim
-
-" Syntax highlighting
-syntax on
-
-" Status line and numbers
-set laststatus=2
-set number
-
-" Colors
-set background=dark
-
-" LaTeX instead of Plain TeX
-let g:tex_flavor = "latex"
-
-" Temporary workaround: csproj indicates a project root
-let g:ctrlp_root_markers = ['*.csproj']
-
-" Ignore some additional patterns when opening files
-" set wildignore+=*/tmp/*,*.so,*.swp,*.zip,*/vendor/*,*/node_modules/*
-set wildignore+=*.so,*.swp,*.zip,*/vendor/*,*/node_modules/*
-
-" Set viminfo path according to XDG Base Directory specification
-set viminfo+=n~/.cache/vim/viminfo