Delete .vimrc
This commit is contained in:
parent
812589f9c0
commit
6eceb9be07
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
" Set 'nocompatible' to ward off unexpected things that your distro might
|
|
||||||
" have made, as well as sanely reset options when re-sourcing .vimrc
|
|
||||||
set nocompatible
|
|
||||||
|
|
||||||
" Attempt to determine the type of a file based on its name and possibly its
|
|
||||||
" contents. Use this to allow intelligent auto-indenting for each filetype,
|
|
||||||
" and for plugins that are filetype specific.
|
|
||||||
if has('filetype')
|
|
||||||
filetype indent plugin on
|
|
||||||
endif
|
|
||||||
|
|
||||||
" Enable syntax highlighting
|
|
||||||
if has('syntax')
|
|
||||||
syntax on
|
|
||||||
endif
|
|
||||||
|
|
||||||
set number
|
|
||||||
set hidden
|
|
||||||
set showcmd
|
|
||||||
set hlsearch
|
|
||||||
set visualbell
|
|
||||||
set cmdheight=1
|
|
Loading…
Reference in a new issue