From e58a6497d050480c56b9689004b9ded1cc2b0b9d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Jan 2016 07:17:17 -0800 Subject: Remove configuration for `vim` and all the scripts No need to carry a configuration for `vim` anymore, and most of the scripts are either useless, or have moved to the *toolbox* repository on GitHub (and are now in go, and sometimes with tests). --- vimrc | 61 ------------------------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 vimrc (limited to 'vimrc') diff --git a/vimrc b/vimrc deleted file mode 100644 index a79ea56..0000000 --- a/vimrc +++ /dev/null @@ -1,61 +0,0 @@ -syn off -set nocompatible -let mapleader="," -filetype indent plugin on -set autoread -set nojoinspaces -set list lcs=trail:·,tab:»· -set hlsearch -set incsearch -set ignorecase -set showmatch -set matchtime=1 -set encoding=utf-8 -set winminheight=0 -set hidden " allows files to be open in invisible buffers -set wildmenu -set wildmode=list:longest,full -set smartcase - -" seriously, no backup -set nobackup -set nowritebackup -set noswapfile - -" Toggle paste mode on and off with comma p. -map ,p :se invpaste paste? - -set expandtab -set tabstop=2 -set shiftwidth=2 -set softtabstop=2 -set textwidth=80 -set smarttab -set autoindent -set nocindent - -set fillchars+=vert:\ " yes, it's a trailing white space - -highlight ExtraWhitespace ctermbg=red guibg=red -match ExtraWhitespace /\s\+$/ - -autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ -autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@ Fmt -- cgit 1.4.1