Browse Source

add vim-eclim & unnamedplus

raa0121 12 years ago
parent
commit
c70b4b0928
3 changed files with 6 additions and 11 deletions
  1. 0 9
      .gemrc
  2. 1 1
      .gvimrc
  3. 5 1
      .vimrc

+ 0 - 9
.gemrc

@@ -1,10 +1 @@
----
-:backtrace: false
-:benchmark: false
-:bulk_threshold: 1000
-:sources:
-- http://rubygems.org/
-- http://gems.github.com
-:update_sources: true
-:verbose: true
 gem: --no-ri --no-rdoc

+ 1 - 1
.gvimrc

@@ -10,7 +10,7 @@ nnoremap <silent> <C-F2> :if &guioptions =~# 'T' <Bar>
 if has('win32') || has('win64')
   set guifont=Aicty:h12
 elseif has('unix')
-  set guifont=Aicty\ 12
+  set guifont=Ricty\ 12
 endif
 colorscheme evening
 if has('multi_byte_ime') || has('xim')

+ 5 - 1
.vimrc

@@ -70,6 +70,7 @@ endif
 
 NeoBundle 'Shougo/echodoc.git'
 NeoBundle 'Shougo/neocomplcache.git'
+NeoBundle 'Shougo/neocomplcache-rsense'
 NeoBundle 'Shougo/neobundle.vim.git'
 NeoBundle 'Shougo/unite.vim.git'
 NeoBundle 'Shougo/vimfiler.git'
@@ -101,6 +102,8 @@ NeoBundle 'ryutorion/vim-itunes'
 NeoBundle 'git@github.com:raa0121/vim-ulilith'
 NeoBundle 'mattn/libcallex-vim'
 NeoBundle 'thinca/vim-splash'
+NeoBundle 'mattn/sonictemplate-vim'
+NeoBundle 'raa0121/vim-eclim'
 
 filetype plugin indent on
 if has('clientserver')
@@ -110,7 +113,7 @@ end
 set ww+=h,l,>,<,[,]
 set mouse=a
 set ttymouse=xterm2
-set clipboard+=unnamed
+set clipboard=unnamedplus
 
 " ,is: シェルを起動
 nnoremap <silent> ,is :VimShell<CR>
@@ -145,6 +148,7 @@ let g:neocomplcache_min_syntax_length = 3
 
 let g:vimfiler_as_default_explorer = 1
 
+let g:neocomplcache#sources#rsense#home_directory = '/opt/rsense-0.3/'
 "tabで補完候補の選択を行う
 inoremap <expr><TAB> pumvisible() ? "\<Down>" : "\<TAB>"
 inoremap <expr><S-TAB> pumvisible() ? "\<Up>" : "\<S-TAB>"