Skip to content

Commit

Permalink
Improve vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
szw committed Aug 11, 2015
1 parent 16c94b9 commit 2cd2332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Plugin 'altercation/vim-colors-solarized'

Plugin 'Lokaltog/vim-easymotion'
Plugin 'airblade/vim-gitgutter'
Plugin 'cohama/lexima.vim'
Plugin 'ekalinin/Dockerfile.vim'
Plugin 'elixir-lang/vim-elixir'
Plugin 'ervandew/supertab'
Plugin 'fatih/vim-go'
Expand Down Expand Up @@ -83,7 +85,6 @@ Plugin 'tpope/vim-unimpaired'
Plugin 'tpope/vim-vinegar'
Plugin 'vim-ruby/vim-ruby'
Plugin 'vim-scripts/indenthtml.vim'
Plugin 'cohama/lexima.vim'

call vundle#end()
" Swap/backup files
Expand Down Expand Up @@ -370,7 +371,6 @@ function! CtrlSpaceStartWindowIndicator()
return ctrlspace#api#BufNr() != -1 && t:CtrlSpaceStartWindow == winnr() ? ctrlspace#context#Configuration().Symbols.IA . " " : ""
endfunction

let g:CtrlSpaceFileEngine = "file_engine_darwin_amd64"
" hi link CtrlSpaceSearch IncSearch

if has("gui_running")
Expand Down

0 comments on commit 2cd2332

Please sign in to comment.