1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 05:20:04 +08:00
Commit Graph

1662 Commits

Author SHA1 Message Date
Seong Yong-ju
89ae257ff5 Fix github layer
Fix "SPC g h p" won't work correctly due to typo.
2018-02-20 23:41:00 +08:00
Seong Yong-ju
b9faad0a25 Improve javascript layer
Set foldmethod to syntax.
2018-02-21 00:35:00 +09:00
Seong Yong-ju
7c03922ff3 Improve javascript layer
Merge autocmd groups.
2018-02-21 00:33:47 +09:00
Seong Yong-ju
cfbb6b6d8c Improve json layer
Disable syntax concealing for comfortable edit. Set foldmethod to
syntax.
2018-02-21 00:21:01 +09:00
Seong Yong-ju
98cb5f3fe1 Improve lint status in statusline
Add spaces around error/warning signs.
2018-02-20 21:06:39 +08:00
Wang Shidong
c8485845a3
Fix c layer (#1413)
* Fix c layer

* Fix lib clang path
2018-02-20 21:02:51 +08:00
Seong Yong-ju
4fdd3b89fb Improve javascript layer
Change syntax highlighter for JSX: vim-jsx-pretty -> vim-jsx-improve.
2018-02-20 12:51:16 +09:00
Wang Shidong
3ccd4e4680
update file head (#1407)
* update file head

Update file head

* Update file head

* Update file head
2018-02-19 22:07:04 +08:00
Wang Shidong
753205a503
Merge pull request #1389 from wsdjeg/welcome
Add icon to welcome page(startify)
2018-02-18 07:14:16 +08:00
Wang Shidong
eed15a55bb
Merge pull request #1404 from jeregrine/elixir-eex
Supporting eex in the elixir layer
2018-02-15 23:11:54 +08:00
Wang Shidong
a2400b7d27
Relicense (#1406) 2018-02-15 22:25:03 +08:00
Wang Shidong
1fe370de9b
Highlight symbol mode (#1394) 2018-02-15 21:02:45 +08:00
Jason Stiebs
1a146d167c Supporting eex as well 2018-02-14 08:50:25 -06:00
Arith Xu
9d8c888931 change echo mode 2018-02-13 14:56:50 +08:00
Arith Xu
7b3064c4bf fix quit prompt 2018-02-13 14:46:46 +08:00
thawk
1834acc102 Map [SPC]is to Unite ultisnips while using Ultisnips engine 2018-02-12 15:24:07 +08:00
wsdjeg
15c6653869 Fix runner for python 2018-02-09 16:31:54 +08:00
Yang Yang
0b47dd9220 fix zz mapping does not respect scrolloff value. 2018-02-08 15:33:55 +09:00
wsdjeg
ecdf5fe47b Fix startify config 2018-02-08 00:18:07 +08:00
Wang Shidong
c6947482b2
Improve ocmal/c/unite/denite/ctrlp layer (#1369) 2018-02-07 20:52:20 +08:00
Wang Shidong
5c185b2154 Update mapping.vim 2018-02-07 20:29:53 +08:00
wsdjeg
a1f6be1751 Update prompt 2018-02-07 20:29:53 +08:00
wsdjeg
17b0ad9048 Fix #1357 2018-02-07 20:29:53 +08:00
wsdjeg
40449b13bc Improve ocaml layer 2018-02-07 13:49:44 +08:00
wsdjeg
83ce1fa2be Improve FlyGrep
ref: https://github.com/BurntSushi/ripgrep/issues/769#issuecomment-362810112

Handle ignorcase and smartcase option in vim
2018-02-06 22:59:52 +08:00
Seong Yong-ju
a0a696aa49 Merge branch 'master' into improve-github 2018-02-06 12:33:49 +09:00
Seong Yong-ju
50a8c2522d Improve github layer
Add header into layer file. Add new plugins.
* tyru/open-browser-github.vim - open GitHub file/issues/PRs in browser
Add key bindings for plugins in github layer. Add README for github
layer.
2018-02-04 23:13:39 +09:00
Wang Shidong
2e8843eb3d
Replace mode for flygrep (#1340) 2018-02-04 22:01:16 +08:00
Seong Yong-ju
ef8a445d4e Fix typos (#1375) 2018-02-04 13:37:28 +08:00
Seong Yong-ju
861a0b84b7 Add tools#dash layer (#1366)
Add tools#dash layer to integrate with Dash.
2018-02-03 21:34:47 +08:00
wsdjeg
497a07dca2 Fix custom config path
close #1370
2018-02-03 21:13:00 +08:00
wsdjeg
181e778166 Fix deoplete support 2018-02-03 19:49:18 +08:00
Seong Yong-ju
1c562abed1 Fix typo (#1368)
Fix typo: Noeformat -> Neoformat
2018-02-02 20:29:09 +08:00
Seong Yong-ju
854febfa01 Fix checkers layer
Fix typo: timer -> timers.
2018-02-01 23:35:08 +09:00
Seong Yong-ju
f6bb955989 Fix checkers layer
Fix an issue layer option show_cursor_error won't work. Show error
message in command line if show_cursor_error is off. Show warning
message if show_cursor_error were set to on without timer feature.
2018-02-01 23:25:42 +09:00
Wang Shidong
a5d76d787c Create 2018-01-31-grep-on-the-fly-in-spacevim.md 2018-01-31 23:21:55 +08:00
Wang Shidong
b9eb854a4d Update default.vim 2018-01-31 12:22:30 +08:00
Seong Yong-ju
1cc72b4683 Fix a Neomake issue
Fix an issue the error message of Neomake won't appear in next line.
2018-01-31 03:16:37 +09:00
wsdjeg
e25aa609f8 Fix windows id 2018-01-29 23:54:49 +08:00
Wang Shidong
ba59ca2520
Update chinese document (#1331)
squash and merged
2018-01-27 01:07:02 +08:00
wsdjeg
ca42327356 Enable fold code 2018-01-25 22:57:56 +08:00
wsdjeg
a973535dd1 Restore handle func for flygrep 2018-01-25 21:10:44 +08:00
wsdjeg
26f48076ff Fix cursor position when open item 2018-01-25 20:58:21 +08:00
wsdjeg
37ca013670 Clear cmdline when start filter mode 2018-01-25 19:49:19 +08:00
wsdjeg
9d19922fe0 Fix head 2018-01-25 19:49:19 +08:00
wsdjeg
df6c108502 Implement filter mode 2018-01-25 19:49:19 +08:00
wsdjeg
4e6d4f3574 Replace funcref with function 2018-01-25 19:49:19 +08:00
wsdjeg
be2707f939 Fixup statusline 2018-01-25 19:49:19 +08:00
wsdjeg
9b9915b6c0 Fix funcref 2018-01-25 19:49:19 +08:00
wsdjeg
d1059f1a3d Fix ag in flygrep 2018-01-24 20:55:22 +08:00
wsdjeg
046e1280a3 Fix statusline for vimcalc 2018-01-24 20:31:14 +08:00
Seong Yong-ju
4c98bd5344 Fix warning message
Minor fix for warning of language server executable.
2018-01-24 12:26:15 +09:00
wsdjeg
8ae14451fe Support C-j/k, move to next/previous match in flygrep 2018-01-23 23:32:14 +08:00
wsdjeg
756a9161e6 Use 200ms for grep delay 2018-01-23 23:32:14 +08:00
wsdjeg
a6712f817d Fix lint 2018-01-23 23:32:14 +08:00
wsdjeg
5849d0b789 Fix grep highlight 2018-01-23 23:32:14 +08:00
wsdjeg
70550a6580 Update highlight 2018-01-23 23:32:14 +08:00
wsdjeg
bfd82200f9 Fix grep searching 2018-01-23 23:32:14 +08:00
wsdjeg
2eda7ad26a Fix stderr func 2018-01-23 23:32:14 +08:00
wsdjeg
8d0c96fee3 Restore default cmd/opt/ropt 2018-01-23 23:32:14 +08:00
wsdjeg
04b0565e33 Fix flygrep 2018-01-23 23:32:14 +08:00
wsdjeg
e2ae5b0cb9 Fix grep 2018-01-23 23:32:14 +08:00
wsdjeg
b56ec04ea9 Implement all key bindings for SPC s * 2018-01-23 23:32:14 +08:00
wsdjeg
4a56eda631 Add support for SPC s F 2018-01-23 23:32:14 +08:00
wsdjeg
6f5bdefbed Add support searching in another dir 2018-01-23 23:32:14 +08:00
wsdjeg
7f4da473b4 Add dir support 2018-01-23 23:32:14 +08:00
wsdjeg
8896c319b8 Add support flygrep in current file 2018-01-23 23:32:14 +08:00
wsdjeg
8d334d673c Update flygrep statusline 2018-01-23 23:32:14 +08:00
wsdjeg
0c8dfce05f Display filename with match 2018-01-23 23:32:14 +08:00
wsdjeg
fa9214cd49 Add support for grep in loaded buffers 2018-01-23 23:32:14 +08:00
wsdjeg
9ae4c3e476 Improve searching tools 2018-01-23 23:32:14 +08:00
tracyone
916ba4d7ac tools:add VimCalc plugin
SPC + ac open calculator

change:
SPC + al open calendar
2018-01-23 21:52:56 +08:00
Seong Yong-ju
43f8bc59a2 Fix an issue of Vimfiler
Fix an issue Vimfiler won't be loaded in some situations
* Add `VimFilerBufferDir` to dein option `on_cmd`
2018-01-20 22:43:28 +09:00
Wang Shidong
60a55965d1
Merge branch 'master' into feature/python-docstring 2018-01-20 06:06:32 -06:00
Seong Yong-ju
4e7474f1a5 Add key binding to generate docstring
* Add key binding to generate docstring to lang/python layer
* Update documentation
2018-01-20 20:35:13 +09:00
Seong Yong-ju
eedd31343d Add vim-pydocstring to lang/python layer
* Load heavenshell/vim-pydocstring lazily
* Add settings for the plugin
2018-01-20 20:29:00 +09:00
wsdjeg
e1d753ff82 Fix html layer 2018-01-20 14:57:26 +08:00
wsdjeg
115709b05a Move emmet to html layer 2018-01-19 20:49:01 +08:00
wsdjeg
6ecbc16067 Add html layer doc 2018-01-19 00:00:53 +08:00
wsdjeg
16a812f8df Fix #1266 2018-01-18 20:34:43 +08:00
wsdjeg
c5e408f63d Highlight visual area 2018-01-18 19:59:02 +08:00
wsdjeg
75ca118c1a Add visual selection support 2018-01-18 19:36:10 +08:00
wsdjeg
8a20f77077 close #1280
This commit is just a temporary fix for vim-one
2018-01-18 00:08:22 +08:00
Wang Shidong
b1b8a354c3
Merge pull request #1288 from SpaceVim/project_manager
Fix project manager
2018-01-17 22:05:06 +08:00
wsdjeg
7fa7c6378e Add option for config filetype icon 2018-01-17 21:34:44 +08:00
wsdjeg
f9f1653b02 Fix #1287 2018-01-17 21:23:28 +08:00
wsdjeg
9f87d9efec Fix project manager 2018-01-17 21:05:16 +08:00
wsdjeg
bef3aae0a9 Fix cursor 2018-01-17 00:04:41 +08:00
wsdjeg
1decec7ec5 Fix cursor pos 2018-01-16 23:28:47 +08:00
Wang Shidong
0b5a0b3762
Merge pull request #1282 from sei40kr/dev
Revert "Fix language client config"
2018-01-16 10:44:05 +08:00
Seong Yong-ju
58d42f6faf Revert "Fix language client config"
This reverts commit eeef756b8a.
2018-01-16 11:40:16 +09:00
wsdjeg
008bbcc642 Fix #1277 2018-01-15 22:36:32 +08:00
wsdjeg
0a7514d36f Fixup 2018-01-14 23:51:10 +08:00
wsdjeg
65efdb7f4c Add option for restore q key 2018-01-14 23:48:44 +08:00
wsdjeg
3f6d187d19 Add support for file pattern 2018-01-14 23:13:45 +08:00
wsdjeg
d1ce686e09 Change root 2018-01-14 23:08:56 +08:00
wsdjeg
664fda4cd6 Done 2018-01-14 22:49:25 +08:00
wsdjeg
5daaa4b728 Fix rooter 2018-01-14 22:26:03 +08:00
wsdjeg
b9f36cbd55 Fix project rooter 2018-01-14 21:10:22 +08:00
wsdjeg
d98f1af1bd Add project rooter 2018-01-14 21:00:56 +08:00
wsdjeg
1302acc52b Merge branch 'iedit' into dev 2018-01-13 12:52:42 +08:00
wsdjeg
579e3c7c30 Fix , mapping 2018-01-13 12:50:18 +08:00
wsdjeg
d729daac22 Fix string parser 2018-01-13 12:23:08 +08:00
Seong Yong-ju
0dfac6af19 Add key binding to javascript layer
Add key binding to generate JSDoc annotation
2018-01-13 02:20:56 +09:00
Seong Yong-ju
75d5d91cfa Add a new plugin into javascript layer
Add a new plugin `heavenshell/vim-jsdoc`, to generate JSDoc annotations
interactively
2018-01-13 02:11:22 +09:00
wsdjeg
64e9ec317a Support visual mode iedit 2018-01-12 22:50:38 +08:00
wsdjeg
3d34132df6 Fix visual mapping 2018-01-12 22:36:33 +08:00
wsdjeg
6d432491cf Add support for Tab in iedit-Normal mode 2018-01-12 22:10:29 +08:00
wsdjeg
2c83c63e5a Add support for p in iedit-Normal mode 2018-01-12 21:56:15 +08:00
wsdjeg
adbc000064 Add support for S in iedit-Normal mode 2018-01-12 21:30:28 +08:00
wsdjeg
8240878968 Add support for n/N in iedit-Normal mode 2018-01-12 21:20:20 +08:00
wsdjeg
1d1aa42712 Fix cursor highlight 2018-01-12 21:11:33 +08:00
Wang Shidong
bacbf28bf6
Merge pull request #1265 from sei40kr/feature/fix-lsp-config
Fix language client config
2018-01-12 20:51:53 +08:00
wsdjeg
d4fbd666e1 Add key bindings for iedit-normal mode 2018-01-12 00:35:26 +08:00
Seong Yong-ju
eeef756b8a Fix language client config
* Extract config for LanguageClient-neovim.vim to a file
* Fix an issue the client ignores settings after launching Neovim with no parameters
2018-01-12 00:17:45 +09:00
wsdjeg
a478e8739d Add support Left/Right in iedit-normal mode 2018-01-11 22:49:27 +08:00
wsdjeg
7ecd85a8a0 Add support Left/Right in iedit-insert mode 2018-01-11 22:45:08 +08:00
wsdjeg
41f58eba01 Fix up 2018-01-11 22:15:15 +08:00
wsdjeg
0408283048 Fix symbol handle 2018-01-11 21:50:33 +08:00
wsdjeg
133b921c0f Add highlight state 2018-01-10 23:42:37 +08:00
wsdjeg
d236e77e2f Add doc 2018-01-10 23:31:07 +08:00
wsdjeg
496a56b9b3 Highlight all cursors 2018-01-10 22:33:43 +08:00
wsdjeg
bae59d93f4 Add edit mode 2018-01-10 22:17:19 +08:00
wsdjeg
cb90f6fc4f Add support for ctrl_k/ctrl_w 2018-01-10 21:29:19 +08:00
wsdjeg
21debcb0bc Edit text 2018-01-09 23:25:47 +08:00
wsdjeg
bddbb5c15a Improve hi 2018-01-09 23:17:34 +08:00
wsdjeg
df7bd02687 Highlight symbol 2018-01-09 22:53:16 +08:00
wsdjeg
aacb3caa98 Fix statusline mode color 2018-01-09 21:48:30 +08:00
wsdjeg
3bca249e1f Add iedit mode 2018-01-09 21:14:27 +08:00
wsdjeg
de4067f43c Remove usless file 2018-01-09 20:20:34 +08:00
wsdjeg
c05f014429 Add iedit mode 2018-01-09 20:19:28 +08:00
zhujinxuan
ea9d832789 option to use local eslint rather than global eslint 2018-01-08 14:10:35 -05:00
Wang Shidong
4d363381f0
Merge pull request #1240 from SpaceVim/icons
Update icons
2018-01-08 05:05:18 -06:00
wsdjeg
093d27afc5 Update doc for vim-diff 2018-01-07 12:12:34 +08:00
wsdjeg
5261e59a37 Fix info icon 2018-01-07 11:01:04 +08:00
wsdjeg
f07c13014a Add unite desc message 2018-01-07 10:14:59 +08:00
wsdjeg
7785334809 Update unite desc 2018-01-05 23:59:33 +08:00
wsdjeg
c5b761535f Add unite desc 2018-01-05 22:41:23 +08:00
wsdjeg
521ccf0355 Fix libclang path 2018-01-05 20:32:31 +08:00
wsdjeg
ace02b2bb6 Add desc for all windows command 2018-01-05 18:21:40 +08:00
wsdjeg
6e0f62379e WIN v/p desc 2018-01-05 16:33:47 +08:00
wsdjeg
6e3fdb9543 Add unite desc 2018-01-05 16:23:03 +08:00
wsdjeg
600b578038 Add unite desc 2018-01-05 16:08:06 +08:00
wsdjeg
dfee127e6f Detect the custom leader 2018-01-05 13:16:50 +08:00
wsdjeg
4d645de9ce Fix keys 2018-01-05 13:11:32 +08:00
wsdjeg
cc5b933c5f Fix up 2018-01-05 01:49:51 +08:00
wsdjeg
a68f560ed9 Fix up 2018-01-05 01:36:27 +08:00
wsdjeg
09855e4396 Add g z decs 2018-01-05 01:24:55 +08:00
wsdjeg
bda3f5790a Add help describe for other key bindings 2018-01-05 01:17:56 +08:00
wsdjeg
f3696e8d34 Update icons 2018-01-04 23:32:51 +08:00
wsdjeg
d7a72a3d22 Add autocmd for hide EndOfBuffer
ref: https://github.com/mhartington/oceanic-next/issues/64
2018-01-04 22:43:04 +08:00
wsdjeg
81aec3c393 Fix 1232 2018-01-04 21:34:23 +08:00
wsdjeg
9c778e2e4c Merge remote-tracking branch 'Gabirel/dev' into markdown 2018-01-04 20:14:50 +08:00
wsdjeg
0dd370b2e6 Fix markdown layer 2018-01-04 20:12:18 +08:00
Gabriel
4ba56c1b8b Change 'remove buffer' into more frequently used shortcuts 2018-01-04 14:57:06 +08:00
Gabriel
fa1e6226a4 Change to better description in killing buffer 2018-01-04 13:09:56 +08:00
Gabriel
3c230ecd6f HOTFIX: Fix ambiguous description 2018-01-04 11:46:39 +08:00
wsdjeg
2dbfa52388 Fix conflict 2018-01-03 22:01:47 +08:00
wsdjeg
e24dca596f Fix #1143 2018-01-03 21:45:08 +08:00
wsdjeg
6173dd83ee Fix status line when disable checkers 2018-01-03 21:29:29 +08:00
wsdjeg
7d873e99ae Improve checker layer 2018-01-03 21:15:12 +08:00
wsdjeg
d9a0769477 Add lsp support for dart
ref: https://github.com/dart-lang/dart-vim-plugin/issues/59
2018-01-02 21:40:21 +08:00
wsdjeg
407a004f7a Fix key bindings 2018-01-01 22:35:11 +08:00
wsdjeg
4d487fe3be Add key bindings for cscope layer 2018-01-01 22:17:59 +08:00
wsdjeg
add42aafb6 Add cscope doc 2018-01-01 21:39:59 +08:00
wsdjeg
4aa42c85a4 Add cscope layer 2018-01-01 20:52:56 +08:00
wsdjeg
c27f70c039 Update version api 2018-01-01 20:30:38 +08:00
wsdjeg
ade462f077 Close #1218 2018-01-01 20:11:42 +08:00
machty
4cdc702fce Fix 'defined' typos in plugin help 2017-12-31 21:05:39 -05:00
wsdjeg
678f08ad12 Fixup 2017-12-31 22:59:02 +08:00
wsdjeg
fb57821ddc Add version info into SPC h I 2017-12-31 22:38:32 +08:00
wsdjeg
4b62f0511b Add version api 2017-12-31 22:34:43 +08:00
Wang Shidong
c90b0bb303
Merge pull request #1208 from Gabirel/dev
Add new interesting banners
2017-12-31 21:09:34 +08:00
wsdjeg
87e6858057 Fixup 2017-12-31 15:22:54 +08:00
wsdjeg
4edff7f3b9 Fix name in statusline when use win guide 2017-12-31 15:04:04 +08:00
wsdjeg
a369bcd9ac Add guide for [window]p 2017-12-31 15:01:57 +08:00
wsdjeg
da470da4c6 Add windows leader guider 2017-12-31 14:58:01 +08:00
wsdjeg
ff753ccec5 Add dart complete plugin 2017-12-31 00:29:44 +08:00
Gabriel
b1cfe27d9b Reformat code styles in banners 2017-12-31 00:07:43 +08:00
Gabriel
90c8509343 Add more interesting banners 2017-12-31 00:04:20 +08:00
wsdjeg
94170e4201 Add repl 2017-12-31 00:04:01 +08:00
wsdjeg
349f2a3caa Add dart layer 2017-12-30 23:06:13 +08:00
wsdjeg
eb5f443d46 Update version to v0.7.0-dev 2017-12-30 21:48:29 +08:00
wsdjeg
50556eb745 V0.6.0 2017-12-30 20:41:30 +08:00
wsdjeg
f202709d1b Merge branch 'flygrep' into dev 2017-12-30 20:15:23 +08:00
wsdjeg
7e9481dba5 Add SPC s / for flygrep 2017-12-30 20:12:45 +08:00
wsdjeg
7bb004f021 Change prompt of flygrep 2017-12-30 19:58:10 +08:00
Wang Shidong
1ed0a999f6
Merge pull request #1200 from zhujinxuan/dev
[SPC b t] Open Vimfiler by buffer file dir
2017-12-30 19:55:00 +08:00
everettjf
62cdb4af12 fix issue 1196 (tab list bug)
https://github.com/SpaceVim/SpaceVim/issues/1196
2017-12-30 09:01:22 +08:00
zhujinxuan
3a6ba16c24 [SPC b t] Open Vimfiler by buffer file dir 2017-12-29 13:36:57 -05:00
Arith Xu
d19c34f916 fix typo 2017-12-29 12:12:10 +08:00
wsdjeg
1dad3d24ff Auto update neoinclude config 2017-12-28 23:23:25 +08:00
wsdjeg
ef4d1aa9fc Fixup c layer, ref #1190 2017-12-28 22:52:05 +08:00
wsdjeg
601c5c848a Clone #1190 2017-12-28 22:36:00 +08:00
wsdjeg
b49b7a8eea Disable welcome when load session at startup 2017-12-27 23:32:32 +08:00
wsdjeg
836d847c5b Close #1157 2017-12-27 23:05:08 +08:00
wsdjeg
38b2efe2a6 Make chromatica auto start 2017-12-27 21:51:17 +08:00
wsdjeg
8dd17d4d08 Add arakashic/chromatica.nvim 2017-12-27 21:39:42 +08:00
wsdjeg
64ea284b45 Add c syntax file 2017-12-27 21:26:48 +08:00
Wang Shidong
8cbd0074ad
Merge pull request #1186 from SpaceVim/job_improve
Support cwd in job
2017-12-27 13:06:31 +08:00