mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-16 01:56:26 +00:00
Cleanup and fixes
This commit is contained in:
parent
f6047b4530
commit
15ca1d4307
9
vimrc
9
vimrc
@ -34,10 +34,8 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
" -- Text Manipulation --
|
" -- Text Manipulation --
|
||||||
" Easy comments
|
Plugin 'tomtom/tcomment_vim' " Easy comments
|
||||||
Plugin 'tomtom/tcomment_vim'
|
|
||||||
Plugin 'tpope/vim-surround' " Surround for wrapping text
|
Plugin 'tpope/vim-surround' " Surround for wrapping text
|
||||||
"Plugin 'terryma/vim-multiple-cursors' " Multi cursor
|
|
||||||
|
|
||||||
" -- GUI --
|
" -- GUI --
|
||||||
Plugin 'gregsexton/MatchTag'
|
Plugin 'gregsexton/MatchTag'
|
||||||
@ -79,10 +77,11 @@ Plugin 'pdurbin/vim-tsv'
|
|||||||
Plugin 'pangloss/vim-javascript'
|
Plugin 'pangloss/vim-javascript'
|
||||||
Plugin 'fatih/vim-go'
|
Plugin 'fatih/vim-go'
|
||||||
Plugin 'PreserveNoEOL'
|
Plugin 'PreserveNoEOL'
|
||||||
Plugin 'ViViDboarder/vim-android'
|
Plugin 'hsanson/vim-android'
|
||||||
Plugin 'groovy.vim'
|
Plugin 'groovy.vim'
|
||||||
Plugin 'tfnico/vim-gradle'
|
Plugin 'tfnico/vim-gradle'
|
||||||
Plugin 'dart-lang/dart-vim-plugin'
|
Plugin 'dart-lang/dart-vim-plugin'
|
||||||
|
"Plugin 'ViViDboarder/force-vim'
|
||||||
"Plugin 'ViViDboarder/vim-abuse-the-force'
|
"Plugin 'ViViDboarder/vim-abuse-the-force'
|
||||||
"Plugin 'chrisbra/csv.vim'
|
"Plugin 'chrisbra/csv.vim'
|
||||||
|
|
||||||
@ -303,7 +302,7 @@ if exists("$TMUX") || ( has("gui_running") && has("gui_macvim") )
|
|||||||
let g:abusetheforce_dispatch_background = 0
|
let g:abusetheforce_dispatch_background = 0
|
||||||
else
|
else
|
||||||
let g:abusetheforce_dispatch_background = 1
|
let g:abusetheforce_dispatch_background = 1
|
||||||
end
|
endif
|
||||||
|
|
||||||
" Buffet shortcut
|
" Buffet shortcut
|
||||||
nnoremap <silent> <F2> :Bufferlist<CR>
|
nnoremap <silent> <F2> :Bufferlist<CR>
|
||||||
|
Loading…
Reference in New Issue
Block a user