You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
511 B

packadd! dracula
syntax enable
colorscheme dracula
set number
set backspace=indent,eol,start
au BufRead,BufNewFile * startinsert
set hlsearch
set incsearch
set ignorecase
set laststatus=2
au BufRead,BufNewFile *.md setfiletype markdown
filetype plugin on
au FileType php setl ofu=phpcomplete#CompletePHP
au FileType ruby,eruby setl ofu=rubycomplete#Complete
au FileType html,xhtml setl ofu=htmlcomplete#CompleteTags
au FileType c setl ofu=ccomplete#CompleteCpp
au FileType css setl ofu=csscomplete#CompleteCSS