aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc-bare55
1 files changed, 55 insertions, 0 deletions
diff --git a/vimrc-bare b/vimrc-bare
new file mode 100644
index 0000000..afbd4b5
--- /dev/null
+++ b/vimrc-bare
@@ -0,0 +1,55 @@
+filetype plugin on
+filetype plugin indent on
+
+source ~/.vim/grep.vim
+
+set autoread
+set autowrite
+set backspace=indent,eol,start
+"set colorcolumn=80
+"set cursorline
+set completeopt=menuone,longest
+set display=truncate
+set equalalways
+set fileformat=unix
+set hidden
+set history=500
+set ignorecase
+set incsearch
+set infercase
+set laststatus=2
+"set list
+set listchars=nbsp:%,tab:▸\ ,trail:_,eol:¬,precedes:←,extends:→
+set matchtime=8
+set nobackup
+set nocompatible
+set nohlsearch
+set nojoinspaces
+set nomodeline
+set noshelltemp
+set noswapfile
+set noundofile
+set nowritebackup
+set path+=**
+set report=0
+set ruler
+set scrolloff=1
+set scrolloff=5
+set shell=bash
+set showcmd
+set showmatch
+set showmode
+set splitright
+set tabstop=4 softtabstop=4 shiftwidth=4 expandtab
+set ttimeout
+set ttimeoutlen=100
+set viminfo=
+set wildmenu
+set wildmode=full
+set wrap
+set gp=git\ grep\ -n
+packadd! matchit
+
+set background=dark
+syntax off
+