1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-23 15:31:33 +08:00
Commit Graph

488 Commits

Author SHA1 Message Date
wsdjeg
b4c2c6c66e Add case func 2017-07-17 07:54:57 +08:00
wsdjeg
6afd8ce554 Merge dev 2017-07-17 07:47:59 +08:00
wsdjeg
7c0123e761 Add symbol parse func 2017-07-17 07:44:46 +08:00
wsdjeg
8dae2365c5 Add symbol parse func 2017-07-17 07:36:55 +08:00
wsdjeg
f53fc71e3f Add mappings for changing symbol style 2017-07-17 07:08:53 +08:00
wsdjeg
e5f6b527b4 Fix unknown option name: termguicolors
close #725
2017-07-15 05:24:39 +08:00
wsdjeg
81053136b3 Load jedi-vim only when has +py or +py3 2017-07-13 04:28:21 +08:00
wsdjeg
8144d4d838 Fix n/N do not change hl state
close #710
2017-07-11 05:56:14 +08:00
Wang Shidong
d6f184f2da Grep on the fly (#705)
* Grep on the fly

* Fix screen update

* Fix commands for prompt

* Supprt <BS> in prompt

* Redrew on stdout

* Fix prompt api

* Improve flygrep screen update

* Add function keys for flygrep buffer

* Add statusline support && ignore case

* Add highlight feature

* Fix highlight error

* Ignore FocusLost and FocusGained

* Add prompt mappings

* Add documentation for fly searching

* Update documentation

* Fix lint for flygrep
2017-07-06 21:59:09 +08:00
wsdjeg
498cbe0fa0 Add background searching feature 2017-07-02 16:00:06 +08:00
wsdjeg
274ecb35d3 Merge branch 'cursor_pos' into dev 2017-07-02 15:04:56 +08:00
wsdjeg
913e9ad152 Disable vim-luacomplete when if_lua is false
close #682
2017-07-01 20:45:24 +08:00
wsdjeg
398c8b2465 Add SPC t m p for toggle cursor position
close #692
2017-07-01 20:37:48 +08:00
Wang Shidong
d05566c901 Add text insertion commands (#685)
* Add text insertion commands

* Add password api

* Implement SPC i p *

* Add mapping for uuidgen

* Add SPC i l l for insert lorem-ipsum list

* Add SPC i l p for insert lorem-ipsum paragraph

* Add SPC i l s for insert lorem-ipsum sentence

* Fix lint
2017-07-01 01:32:14 -05:00
wsdjeg
6934599450 Add SPC a * 2017-06-29 22:49:30 +08:00
tenfy
d09cd1269e Add CompleteParameter when use deoplete as the completion engine. 2017-06-29 21:27:00 +08:00
wsdjeg
b55751be03 Add text manipulation commands example PR 2017-06-28 21:36:51 +08:00
Wang Shidong
1258ca4430 Update kotlin.vim 2017-06-27 21:28:38 +08:00
Wang Shidong
62a139f4f9 Create kotlin.vim 2017-06-27 21:28:38 +08:00
wsdjeg
16b5e83537 Fix search_index after :noh
Thanks:
markzen: keeppa %s,pattern,,gn Patch 7.4.083
2017-06-27 16:47:43 +08:00
wsdjeg
3cef0d3317 Merge remote-tracking branch 'xiaobagou/patch-1' into dev 2017-06-27 14:29:36 +08:00
Wang Shidong
c2d719e14e Merge pull request #662 from SpaceVim/z_prefix
### Commands starting with `z`

after pressing prefix `z` in normal mode, if you do not remember the mappings, you will see the guide which will tell you the functional of all mappings starting with `z`.

Key Binding | Description
-----------| -----------
`z<Right>` | scroll screen N characters to left
`z+` | cursor to screen top line N
`z-` | cursor to screen bottom line N
`z.` | cursor line to center
`z<CR>` | cursor line to top
`z=` | spelling suggestions
`zA` | toggle folds recursively
`zC` | close folds recursively
`zD` | delete folds recursively
`zE` | eliminate all folds
`zF` | create a fold for N lines
`zG` | mark good spelled(update internal-wordlist)
`zH` | scroll half a screenwidth to the right
`zL` | scroll half a screenwidth to the left
`zM` | set `foldlevel` to zero
`zN` | set `foldenable`
`zO` | open folds recursively
`zR` | set `foldlevel` to deepest fold
`zW` | mark wrong spelled
`zX` | re-apply `foldleve`
`z^` | cursor to screen bottom line N
`za` | toggle a fold
`zb` | redraw, cursor line at bottom
`zc` | close a fold
`zd` | delete a fold
`ze` | right scroll horizontally to cursor position
`zf` | create a fold for motion
`zg` | mark good spelled
`zh` | scroll screen N characters to right
`zi` | toggle foldenable
`zj` | mode to start of next fold
`zk` | mode to end of previous fold
`zl` | scroll screen N characters to left
`zm` | subtract one from `foldlevel`
`zn` | reset `foldenable`
`zo` | open fold
`zr` | add one to `foldlevel`
`zs` | left scroll horizontally to cursor position
`zt` | cursor line at top of window
`zv` | open enough folds to view cursor line
`zx` | re-apply foldlevel and do "zV"
`zz` | smart scroll
`z<Left>` | scroll screen N characters to right
2017-06-27 14:20:59 +08:00
Wang Shidong
a7755175a9 Merge pull request #668 from tenfyzhong/dev
Fix #667. fix the mapping error and some command error.
2017-06-27 13:33:13 +08:00
tenfyzhong
764ef2d21b Add plugins for makefile and protobuf
tagbar-makefile, let tagbar support makefile.
tagbar-proto, let tagbar support protobuf.
2017-06-26 22:01:48 +08:00
Wang Shidong
bb77a41b34 Merge branch 'dev' into dev 2017-06-26 21:39:57 +08:00
wsdjeg
4b52c2caba Improve js support 2017-06-26 21:22:22 +08:00
Javier Tiá
f1cc39f1f5 Add Comments space
Add keymap [SPC]cl for comment and uncomment lines. Use nerdcommenter
plugin to do the line code comments. Read nerdcommenter settings in edit
layer.
2017-06-26 07:13:49 -06:00
maqi
6faaf1869d Add 'on_ft':'rust' for rust.vim
rust.vim not load
2017-06-26 16:59:10 +08:00
tenfy
3e9f091f70 Fix #667. fix the mapping error and some command error.
But I don't found the `Missing: endfor` and `Missing: endif` error.
2017-06-26 13:13:50 +08:00
wsdjeg
7b09c2b77a Add z prefix mappings 2017-06-25 16:44:21 +08:00
tenfy
7c82e9f169 Add plugin tenfyzhong/CompleteParameter.vim when use ycm as the
complete engine.
2017-06-25 15:57:28 +08:00
wsdjeg
42d30a4113 Add statusline for unite 2017-06-25 10:20:50 +08:00
wsdjeg
62e6fe02fe Fix unite statusline 2017-06-25 09:39:51 +08:00
Wang Shidong
a6699061da Merge pull request #658 from techgaun/vim-tmux
add tmux lang layer
2017-06-25 00:11:21 +08:00
wsdjeg
64cc8bf52a Merge branch 'searching' into dev 2017-06-25 00:07:04 +08:00
techgaun
9c4edaf30b
add tmux lang layer 2017-06-23 14:12:39 -05:00
wsdjeg
367a01fe89 Fix denite statusline in vim8 2017-06-22 21:17:16 +08:00
wsdjeg
c29601dfe1 Improve denite's statusline 2017-06-22 21:04:06 +08:00
ankokumoyashi
c794711db7 Fix call statement for Gina blame 2017-06-22 00:28:08 +09:00
wsdjeg
23efba31cc Remove InsertEnter/InsertLeave for statusline 2017-06-21 23:03:45 +08:00
wsdjeg
0edcae965a Fix blink cursor 2017-06-21 22:02:54 +08:00
wsdjeg
c381caf470 Add command for clear all errors
ref #547
2017-06-20 22:16:19 +08:00
wsdjeg
622041e195 Merge branch 'fix_install' into dev 2017-06-20 20:47:43 +08:00
wsdjeg
b5d5c5cdd8 Make vim-rooter lazyload 2017-06-20 20:46:02 +08:00
wsdjeg
07026408b2 Fix tagbar && vimfiler statusline 2017-06-19 20:57:54 +08:00
wsdjeg
e6b2ae1494 Fix statuline color of inactive window 2017-06-18 23:24:20 +08:00
wsdjeg
bfb2c9e982 Support mode in statusline 2017-06-18 23:14:51 +08:00
wsdjeg
d68d9ce21a Merge branch 'dev' into mode_line 2017-06-18 22:13:42 +08:00
wsdjeg
b5deadcde6 Merge branch 'denite_statusline' into dev 2017-06-18 22:10:44 +08:00
wsdjeg
ffb5acbdee Fix denite statusline 2017-06-18 22:02:52 +08:00
Wang Shidong
20294cc428 Update php.vim (#632) 2017-06-16 23:37:28 +08:00
unknown
49f4a1c26f Add statusline mode support 2017-06-16 15:44:28 +08:00
wsdjeg
df583f020c Add supoort for denite's statusline 2017-06-10 14:13:56 +08:00
wsdjeg
431b1b85a0 Add SPC f v d to open custom configration file 2017-06-07 20:20:54 +08:00
wsdjeg
69b250b6f5 Add file mappings 2017-06-06 23:34:12 +08:00
wsdjeg
01b37c4bf1 Fix auto hlsearch
close #606
2017-06-06 20:31:04 +08:00
wsdjeg
bb3c24ec8f Add bookmarks 2017-06-05 23:11:20 +08:00
wsdjeg
66e8820e82 Add mappings for create empty buffer 2017-06-05 21:17:44 +08:00
Wang Shidong
026d0d713d Buffer mappings (#600)
* Add SPC b D

* Fix SPC b D

* Add SPC b C-d

* Add SPC b * mappings

* Fix buffer mappings
2017-06-04 22:58:47 +08:00
wsdjeg
5c9d745935 Use small icon for buffer index 2017-06-03 13:37:51 +08:00
wsdjeg
432192e739 Add mapping for jump to url 2017-06-02 22:33:19 +08:00
wsdjeg
5d49b133d9 Add plugin: vim-over
close #503
2017-06-02 20:51:00 +08:00
wsdjeg
f17af99048 Add SPC j i for jump in buffer 2017-06-02 00:13:15 +08:00
wsdjeg
64e424f6bc Add SPC j o for open line 2017-06-02 00:05:55 +08:00
wsdjeg
67f56a312c Add jump forward/backward 2017-06-01 23:41:13 +08:00
Gabriel
76736042b5 Fix descriptions in mapping 2017-06-01 23:30:17 +08:00
wsdjeg
a1a8e8a87c Fix #576, Undefined variable 2017-06-01 23:08:14 +08:00
wsdjeg
76ca364f30 Fix g:spacevim_enable_tabline_filetype_icon
this option does not work in the spacevim build in tabline.

close #586
2017-06-01 21:31:10 +08:00
wsdjeg
137574235d Fix buffer/windows index number type 2017-06-01 00:18:32 +08:00
wsdjeg
266d5de9d5 Add windows mappings 2017-05-30 23:53:06 +08:00
wsdjeg
6d53ee7057 Merge branch 'lang/lisp' into dev 2017-05-30 12:54:37 +08:00
wsdjeg
c0865e5769 Allow for not binding leader in insert mode
fix #504
2017-05-29 21:56:15 +08:00
wsdjeg
c12af4fe93 Update doc for tabline and windows jumpping
- use SPC number to jump to a windows
- use Leader number to jump to a index in tabline
2017-05-29 21:23:32 +08:00
wsdjeg
94a1277c60 Add mapping for split string
SPC j s : split string without newline
SPC j S : split string and add newline
2017-05-29 15:16:18 +08:00
wsdjeg
859c494dbc Update jump mappings 2017-05-28 23:24:55 +08:00
wsdjeg
3170b90903 Add completion func for gitcommit buffer 2017-05-28 14:16:08 +08:00
wsdjeg
6ccaa42930 Improve statusline for SpaceVim
- support SpaceVimTabsManager
- support SpaceVimLayerManager
- support SpaceVimPlugManager
- Update TabsManager
2017-05-28 13:27:12 +08:00
wsdjeg
1474596303 Add space after check_info 2017-05-28 12:40:57 +08:00
wsdjeg
d8df485980 Fix #565 2017-05-27 22:09:20 +08:00
wsdjeg
77713e9c8e Add spc mappings 2017-05-27 21:39:47 +08:00
wsdjeg
035d08bbcf Add lisp lang spc mapping 2017-05-26 21:58:48 +08:00
wsdjeg
b5bd033fef Add lang#lisp layer 2017-05-26 20:31:56 +08:00
wsdjeg
46279afc43 Fix [Window]Q: close current buffer 2017-05-26 20:14:02 +08:00
wsdjeg
18e9c487e1 Improve statusline and tabline 2017-05-25 21:06:14 +08:00
wsdjeg
737b9cec9c Add [w and ]w for window jumpping 2017-05-25 20:18:21 +08:00
wsdjeg
4310dfa545 Add unimpaired bindings [c and ]c 2017-05-25 00:48:45 +08:00
wsdjeg
9884ea2c56 Add unimpaired bindings [f and ]f 2017-05-25 00:27:56 +08:00
wsdjeg
41e49e5638 Add SPC j * 2017-05-24 22:15:07 +08:00
wsdjeg
602e3d05b7 Fix lint 2017-05-23 23:08:39 +08:00
wsdjeg
0a914e2b92 Add toggle whitespace mappings SPC t w 2017-05-23 22:56:36 +08:00
wsdjeg
2cadfde049 Support 256 colors in statusline and tabline 2017-05-23 21:14:47 +08:00
wsdjeg
ab7ff980fc Support colorscheme 2017-05-23 20:38:00 +08:00
wsdjeg
e07bd70162 Fix inactive statusline highlight 2017-05-23 20:26:19 +08:00
wsdjeg
2a2e7709a4 Add SPC t m v for version control info 2017-05-22 21:52:50 +08:00
wsdjeg
20fa57af1f Add tagbar support for statusline 2017-05-22 21:09:25 +08:00
wsdjeg
22e5aef10f Fix unknown func when install plugins 2017-05-22 19:43:15 +08:00
wsdjeg
cef8394c84 Fix startify statusline 2017-05-21 23:56:08 +08:00
wsdjeg
1207b43363 Add search index 2017-05-21 00:55:47 +08:00
wsdjeg
6f093b8cfd Fix vimfiler buffer statusline and inactive buffer 2017-05-20 21:19:40 +08:00
Wang Shidong
844d45f91b Merge branch 'dev' into statusline 2017-05-20 21:05:38 +08:00
wsdjeg
ca1ff18752 Enable core#statusline core#tabline by default 2017-05-20 20:47:57 +08:00
wsdjeg
21759edc5f Impl SPC t m m and SPC t m M 2017-05-20 20:40:31 +08:00
wsdjeg
8ad3998ab4 Split the statusline API 2017-05-20 20:07:28 +08:00
wsdjeg
365e11d29d Add space after icon 2017-05-20 00:28:52 +08:00
wsdjeg
2c7f1365b8 Add syntax checking info 2017-05-20 00:10:58 +08:00
wsdjeg
e9823485be Fix ui toggle 2017-05-19 23:29:46 +08:00
wsdjeg
b3224078c5 Add nil separator 2017-05-19 21:34:39 +08:00
wsdjeg
b62e889525 Add slant separator 2017-05-19 20:54:34 +08:00
wsdjeg
079f7362e7 Add curve separator 2017-05-19 20:45:03 +08:00
Wang Shidong
293e2f97c5 Add file head 2017-05-19 14:17:47 +08:00
Wang Shidong
66633d9905 Add unicode icon for battery status 2017-05-19 14:07:00 +08:00
wsdjeg
b49b8ba3a8 Add SPC t m T 2017-05-19 01:04:20 +08:00
wsdjeg
93caad2232 Fix jump index of tabline 2017-05-19 00:28:43 +08:00
wsdjeg
072c8ede5e Add time battery status sections 2017-05-19 00:09:15 +08:00
wsdjeg
65c6493026 Fix error 2017-05-18 21:57:27 +08:00
wsdjeg
c9e5d83b1b Add statusline 2017-05-17 22:56:14 +08:00
wsdjeg
7d6574f2b1 Fix tabline when no listed buffers 2017-05-17 22:09:32 +08:00
wsdjeg
2d72286520 Add tabline 2017-05-17 21:55:32 +08:00
wsdjeg
3c28c84263 Add mode support in statusline 2017-05-17 20:24:45 +08:00
Wang Shidong
c302496cc8 🐛 Fix markdown preview option
Can not change firefox to chromium to preview markdown

Fix #539
2017-05-17 15:02:44 +08:00
wsdjeg
9d908e74b2 Update statusline layer 2017-05-17 00:46:25 +08:00
wsdjeg
852d9559ab Add status line 2017-05-16 22:14:38 +08:00
wsdjeg
a14ef64149 Improve checker layer doc 2017-05-15 23:22:54 +08:00
wsdjeg
973116b6fc Add mapping for auto detect the file encoding 2017-05-15 22:20:58 +08:00
wsdjeg
1fa59c3002 Use a quick markdown plugin 2017-05-15 20:01:05 +08:00
wsdjeg
c420fa4006 Add colorscheme neodark nord
close #528
close #524
2017-05-14 20:16:27 +08:00
wsdjeg
843d32b3f5 Add tabmanager 2017-05-12 21:56:04 +08:00
wsdjeg
103d4f9c26 🎁 Use denite by default 2017-05-12 20:38:03 +08:00
wsdjeg
914f218efb Improve setting of vimfiler
fix #495
fix #496
2017-05-11 21:44:43 +08:00
wsdjeg
3626c53387 Add lang#markdown doc 2017-05-10 21:35:45 +08:00
wsdjeg
9e99f79967 Update md plugins 2017-05-10 21:00:54 +08:00
wsdjeg
0f6adbc709 Fix langSPC 2017-05-10 00:03:18 +08:00
wsdjeg
b2d2023b25 Use vim-markdown-toc to generate toc 2017-05-09 23:20:41 +08:00
wsdjeg
28f6bedcf2 Clear langSPC on BufLeave 2017-05-09 23:01:28 +08:00
wsdjeg
cd0b47f769 Add layers docs 2017-05-09 21:55:01 +08:00
Wang Shidong
b03ca97e13 develop verson (#502)
* Remove black line

* Test menu

* Test menu

* remove teble title

* Update guide doc

* Add paging help info

* Add pic for unite mapping

* Add help mappings doc

* Add SPC h I: report issue of SpaceVim

* Add SPC h SPC for unite SpaceVim help

* Add doc for get root prefix

* Fix error of guide

* Fix SPC h k mappings

* Add denite group to mapping root

* Add SPC h m mappings
2017-05-07 23:33:03 +08:00
wsdjeg
06e9fe97c0 🎁 Add some mappings base on SPC
suggested via #487
2017-05-05 21:48:59 +08:00
wsdjeg
556bcf3bb5 🐛 Fix indentLine settings
`let g:indentLine_char = '|'` does not working in custom configuration
file.

close #485
2017-05-05 20:47:14 +08:00
wsdjeg
5a5326b371 Fix Ui toggle 2017-05-02 22:22:27 +08:00
wsdjeg
4255372131 Add toggle tool bar mapping 2017-05-02 20:53:41 +08:00
wsdjeg
a2ab6a6cda Support other colorscheme 2017-05-01 22:54:09 +08:00
wsdjeg
713be470af Fix toggle end of buffer 2017-05-01 20:34:59 +08:00
wsdjeg
d949f0a554 Type: wrong desc of SPC t h i 2017-05-01 20:20:25 +08:00
wsdjeg
d2d7e8d341 Add mapping for toggle ~ end of buffer 2017-05-01 20:17:02 +08:00
wsdjeg
4101110193 Fix line number toggle 2017-05-01 20:00:43 +08:00
wsdjeg
acca723ea9 Add Mapping for toggle syntax hi 2017-05-01 14:32:00 +08:00
wsdjeg
1eec47e595 Add mapping for toggle indent line 2017-05-01 14:23:15 +08:00
wsdjeg
721db59ccf Add mapping for toggle hi current line 2017-05-01 13:44:43 +08:00
wsdjeg
eedcefacf7 Add toggle column mapping
https://stackoverflow.com/questions/2447109/showing-a-different-background-colour-in-vim-past-80-characters
2017-05-01 13:32:42 +08:00
Gabirel
5a97b3ec52 Call banner layer actively 2017-04-29 12:41:49 +08:00
Gabirel
fb8f881568 Merge branch 'dev' of https://github.com/SpaceVim/SpaceVim into dev 2017-04-29 12:37:53 +08:00
Gabirel
5704a1fc2e Add contrast style logo 2017-04-29 00:34:26 +08:00
Gabirel
4e194de49d Add Def Leppard style logo 2017-04-29 00:29:58 +08:00
Gabirel
b87adffed8 Add Fraktur style logo 2017-04-29 00:26:32 +08:00
Gabirel
f44f6b95ed Add NX Greek style logo 2017-04-29 00:18:05 +08:00
Gabirel
28828e3e6d Add poison style logo 2017-04-29 00:12:15 +08:00
Gabirel
b0a65a988b Modify details of Speed style logo 2017-04-29 00:08:44 +08:00
Gabirel
218e0353eb Add Speed style logo 2017-04-29 00:06:54 +08:00
Gabirel
57f491ae52 Add more lovely banners 2017-04-28 23:42:27 +08:00
wsdjeg
36d3ab005d Rename plugin 2048 2017-04-28 23:11:20 +08:00
wsdjeg
fe74ebec17 Add 2048 2017-04-27 23:48:08 +08:00
wsdjeg
90ad032a1a Merge branch 'windows/mappings' into dev 2017-04-25 20:51:55 +08:00
wsdjeg
af28d655e1 Add rakr/vim-one 2017-04-25 20:33:25 +08:00
wsdjeg
9b313222a0 Add +project mappings group 2017-04-22 23:22:33 +08:00
wsdjeg
9f11b1918e Add SPC T m for toggle menu bar 2017-04-22 20:38:00 +08:00
wsdjeg
8a333a2e8a Add pep8-indent 2017-04-22 12:51:05 +08:00
Javier Tiá
0557d5e904 Add <SPC fW> mapping
Mapping <SPC fW> will save the buffer with sudo privilege.
2017-04-20 22:00:00 -06:00
wsdjeg
91199f6cc6 Remame desc of [SPC]/ 2017-04-19 00:11:05 +08:00
wsdjeg
cfca2923d4 Add [SPC]Ts for colorschemes 2017-04-19 00:01:51 +08:00
wsdjeg
c354ee5232 Add toggle theme mapping 2017-04-18 23:55:34 +08:00
wsdjeg
39fe17058b Add +files group mappings 2017-04-18 22:31:49 +08:00
wsdjeg
ed6d162dda Use unite shellcmd output 2017-04-18 00:01:34 +08:00
wsdjeg
c51a60d586 Add shell cmd mapping 2017-04-17 23:52:59 +08:00
wsdjeg
1f16e7b9aa Add errors mappings 2017-04-17 23:41:01 +08:00
wsdjeg
bec852e1e0 Add vim calendar 2017-04-17 21:41:06 +08:00
wsdjeg
75cffccad6 Improve space mapping 2017-04-17 20:40:13 +08:00
Javier Tiá
4a1f7cdf3f Use on_event, instead of deprecated on_i
Based on dein plugin documentation, 'on_i' or 'dein-options-on_i' is
deprecated. It should be used 'on_event'.

'on_i' will call dein#source() on InsertEnter autocmd event, and the
equivalent for 'on_event' is "'on_event' : 'InsertEnter'".
2017-04-14 18:58:30 -06:00
wsdjeg
d86a89265e Add new banner 2017-04-12 22:46:22 +08:00
wsdjeg
25ae11fca0 Add dynamic welcome page 2017-04-12 22:08:24 +08:00
tracyone
a90700e567 fix #422 2017-04-11 21:48:59 +08:00
Arith Xu
e636338409 remove redundant comments 2017-04-11 12:10:17 +01:00
Arith Xu
c1102db9f7 add vim-scala plugins in scala lang layer for synctax highting and more 2017-04-11 12:10:17 +01:00
wsdjeg
f40b771c78 Move choosewin to ui layer 2017-04-09 21:53:54 +08:00
wsdjeg
44e32d3ee4 Use fork repo 2017-04-09 20:39:34 +08:00
wsdjeg
01bf8eb505 Add screensaver layer 2017-04-09 20:10:19 +08:00
wsdjeg
f21e0ea869 Add textobjs 2017-04-04 21:42:17 +08:00
wsdjeg
053e2b407c Move plugin config to hooks 2017-04-04 11:03:36 +08:00
wsdjeg
e9b69c6bfc Add terryma/vim-expand-region 2017-04-04 11:01:36 +08:00
wsdjeg
1c5b839e73 Add option for ultisnips 2017-04-02 19:39:42 +08:00
wsdjeg
b2f0d6b38c Fix #354 2017-04-02 16:12:14 +08:00
wsdjeg
1ab10311e0 Close #367 2017-04-02 14:05:58 +08:00
Anton Maminov
e62df50a16 Add lang/crystal layer 2017-03-30 12:56:52 +03:00
wsdjeg
19ba4021cf Fix #372 2017-03-28 23:57:32 +08:00
wsdjeg
258d4be958 Add cscope helper plugin.
ref: https://github.com/brookhong/cscope.vim/issues/26
2017-03-28 21:10:07 +08:00
wsdjeg
8a7d1c1ae3 Fix #362 2017-03-26 21:37:18 +08:00
wsdjeg
fecd41e24c Fix #267 2017-03-26 17:26:47 +08:00
wsdjeg
eb693b82a3 Fix #361 2017-03-26 16:19:25 +08:00
wsdjeg
4d5e513628 Add js syntax plugin 2017-03-24 22:43:23 +08:00
wsdjeg
4ae6d8325b Add denite-emoji 2017-03-23 00:00:43 +08:00
Wang Shidong
5915755212 Update tools.vim 2017-03-21 14:00:56 +08:00