-
Notifications
You must be signed in to change notification settings - Fork 0
/
40u_buffer.vim
23 lines (23 loc) · 942 Bytes
/
40u_buffer.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
"= Blocks of text
Plug 'https://github.com/dahu/Asif'
"= Syntax Range
Plug 'https://github.com/vim-scripts/SyntaxRange'
" No rush to install
Plug 'http://github.com/vim-scripts/vimya/'
Plug 'http://github.com/vim-scripts/clone'
"== Unite
Plug 'https://github.com/Shougo/unite.vim'
" Plug 'https://github.com/tsukkee/unite-help'
Plug 'https://github.com/rhysd/unite-go-import.vim'
Plug 'https://github.com/ujihisa/unite-locate'
Plug 'https://github.com/h1mesuke/unite-outline'
"= 10 Activity
"== 20 Close Buffers
" Destroy all buffers that are not open in any tabs or windows.
Plug 'https://github.com/vim-scripts/wipeout'
" Plug 'http://www.vim.org/scripts/script.php?script_id=4882'
"= 30 Visualisation
"== 20 Text Objects
" Provides text objects to select the entire content of a buffer
" ae and ie by default
Plug 'https://github.com/kana/vim-textobj-entire'