1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 09:50:04 +08:00
Commit Graph

1649 Commits

Author SHA1 Message Date
Wang Shidong
9b8b054d91
Improve unite layer (#1487)
All unite key bindings begins with `<Leader> f`
  " The default sources:
  " file: <Leader>ff
  " register: <Leader>fe
  " jump: <Leader>fj
  " messages: <Leader>fm
  " history/yank source <Leader>fh
  " quickfix source <Leader>fq
  " outline source <Leader>fo
  " localtion source <Leader>fl

`SPC T s` is for colorscheme.
2018-03-15 21:47:42 +08:00
Wang Shidong
dac04f3e71
Add clever f (#1460) 2018-03-14 21:23:52 +08:00
Wang Shidong
e088980f74
Improve Version Control layer (#1470) 2018-03-12 21:00:24 +08:00
Pete Weissbrod
fd3d26afb0 Banner (#1440)
* Adding more banners!

* Update banner.vim

* Fixing syntax error (beginner vimscript mistake)

* Adjusting banner to fit smaller resolutions
2018-03-05 21:12:02 +08:00
Wang Shidong
575e5e7149
Fix statusline issue (#1466)
close #1465
2018-03-04 22:24:25 +08:00
Wang Shidong
e55d6cf270
Improve core config (#1455)
* Improve core config

* Fixup

* Update mode

* Remove plugin groups

* Enable denite layer if has +py3

* Update dev scripts

* Add project patten pom.xml for java layer

* Add tools layer
2018-03-03 21:52:08 +08:00
wsdjeg
6151e62a0d Remove default layer 2018-03-03 19:11:14 +08:00
Wang Shidong
845227edde
Fix indentline (#1447) 2018-03-03 16:28:16 +08:00
Wang Shidong
47c12691a4
Fix buffer API (#1451)
close #1449
2018-03-03 14:43:15 +08:00
Wang Shidong
c580ac62ee
Rewrite plugin manager (#1446)
* Rewrite plugin manager

* Rewrite plugin manager

* Improve max processes

* Fix

* Fixup

* Fixup

* Fixup

* Fixup

* Fixup

* Add func for terminal plugin manager

* Fix plugin manager

* Add key binding for view plugin status
2018-03-02 21:17:30 +08:00
Wang Shidong
52eb8de9ff
Merge branch 'master' into default 2018-02-25 22:37:14 +08:00
wsdjeg
651aeb6dd5 Remove func 2018-02-25 22:14:26 +08:00
wsdjeg
3ea4db4768 Update default 2018-02-25 22:07:18 +08:00
wsdjeg
8892d0a826 Fix key in mapping guide 2018-02-25 21:49:33 +08:00
wsdjeg
2fce217291 Disable some layers 2018-02-25 21:29:43 +08:00
techgaun
c3d643a353
minor grammar 2018-02-25 00:23:56 -06:00
techgaun
38b4a7e1a6
fix spelling error on insert snippets 2018-02-24 23:48:24 -06:00
wsdjeg
3ac76a0ca8 Better default
Fix up

Fix up

Fix up

Fix rtp

Update project layout

Fix colorscheme layer

Add colorsheme

close #1308

Close #1307

Set default fillchars

Move cache to cache

Disable lang layer

Remove layers

Fix crash

ref : https://github.com/neovim/neovim/issues/7876

Fix plugin manager

Filter same filename:linenumber in flygrep

Fix type
2018-02-25 01:04:54 +08:00
VyronLee
7b44d07886 Add csharp layer. 2018-02-24 17:15:49 +08:00
Seong Yong-ju
f1312cd6bb Add package.json as project rooter 2018-02-23 14:21:09 +09:00
Seong Yong-ju
9bc2e67211 Remove use_local_eslint option
Remove use_local_eslint option, because it's default behavior of
eslint-cli.
2018-02-23 13:52:25 +09:00
wsdjeg
a4b423a2eb Add Faq for #1427 2018-02-22 11:40:16 +08:00
Arith Xu
4defe70969 close terminal buffer just like a regular buffer 2018-02-22 10:51:46 +08:00
wsdjeg
f5a4953877 Consider ignorecase and smartcase 2018-02-22 09:50:39 +08:00
wsdjeg
b5df733e54 Fix highlight 2018-02-22 09:46:33 +08:00
wsdjeg
ce5333c795 Only replace current screen 2018-02-22 09:38:38 +08:00
wsdjeg
aaf9cd70f0 Improve statusline for flygrep 2018-02-22 09:30:02 +08:00
wsdjeg
4db7e1de34 Improve statusline for flygrep 2018-02-22 09:22:06 +08:00
wsdjeg
08121ee58d Use c-e to toggle expr mode 2018-02-22 09:10:09 +08:00
wsdjeg
a3d675fcd5 Fix flygrep 2018-02-22 08:49:54 +08:00
wsdjeg
1fb70d62fb Fix flygrep 2018-02-22 08:34:56 +08:00
wsdjeg
33a246bd2d Fix flygrep 2018-02-22 08:08:59 +08:00
Wang Shidong
850c0f40d6
Merge pull request #1401 from icearith/fix-close-buf-prompt
fix close current buffer prompt
2018-02-22 07:58:26 +08:00
Seong Yong-ju
9e56b5e93f
Merge branch 'master' into improve-javascript 2018-02-22 02:26:37 +09:00
wsdjeg
358bad295b Add preview func 2018-02-21 22:22:48 +08:00
wsdjeg
052f907c62 Disable cursor error info 2018-02-21 21:12:52 +08:00
Seong Yong-ju
484e4c35f6
Merge branch 'master' into improve-javascript 2018-02-21 01:22:22 +09:00
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