Fred Damstra 9 жил өмнө
parent
commit
dc40105c82
1 өөрчлөгдсөн 8 нэмэгдсэн , 5 устгасан
  1. 8 5
      .vimrc

+ 8 - 5
.vimrc

@@ -1,14 +1,17 @@
 set nocompatible              " be iMproved, required
 filetype off                  " required
 
+" Accomodate a dark background
+set background=dark
+
 " set the runtime path to include Vundle and initialize
-set rtp+=~/.vim/bundle/Vundle.vim
-call vundle#begin()
+"set rtp+=~/.vim/bundle/Vundle.vim
+"call vundle#begin()
 " alternatively, pass a path where Vundle should install plugins
 "call vundle#begin('~/some/path/here')
 
 " let Vundle manage Vundle, required
-Plugin 'gmarik/Vundle.vim'
+"Plugin 'gmarik/Vundle.vim'
 
 " The following are examples of different formats supported.
 " Keep Plugin commands between vundle#begin/end.
@@ -26,11 +29,11 @@ Plugin 'gmarik/Vundle.vim'
 " Avoid a name conflict with L9
 "n 'fatih/vim-go'Plugin 'user/L9', {'name': 'newL9'}
 " Go Plugin:
-Plugin 'fatih/vim-go'
+"Plugin 'fatih/vim-go'
 
 
 " All of your Plugins must be added before the following line
-call vundle#end()            " required
+"call vundle#end()            " required
 filetype plugin indent on    " required
 " To ignore plugin indent changes, instead use:
 "filetype plugin on