Skip to content

Commit

Permalink
use vim-plug manager gruvbox
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-chaojie committed Oct 12, 2020
1 parent b6e37b3 commit f31caf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1,396 deletions.
10 changes: 7 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

set nocompatible "去掉讨厌的有关vi一致性模式,避免以前版本的一些bug和局限
color gruvbox
set background=dark

"General
filetype plugin indent on " required!
Expand Down Expand Up @@ -79,7 +77,7 @@ lan tim en_US.UTF-8

call plug#begin('~/.vim/plug')

"Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }
Plug 'morhetz/gruvbox'

Plug 'scrooloose/nerdtree'
Plug 'majutsushi/tagbar'
Expand All @@ -104,12 +102,18 @@ Plug 'jsfaint/gen_tags.vim'
Plug 'CodeFalling/fcitx-vim-osx'
Plug 'CodeFalling/fcitx-remote-for-osx'

"Plug 'fatih/vim-go', { 'do': ':GoUpdateBinaries' }

call plug#end()

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" 插件配置
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

"Plug 'morhetz/gruvbox'
colorscheme gruvbox
set background=dark

"当打开vim且没有文件时自动打开NERDTree
"autocmd vimenter * if !argc() | NERDTree | wincmd w | endif

Expand Down
Loading

0 comments on commit f31caf3

Please sign in to comment.