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

5175 Commits

Author SHA1 Message Date
Shidong Wang
553749f5f0
feat(layer): use notify api in lang#vim layer
Problem: no info about doc generation.
Solution:
1. run notify api on job exit.
2. add `:h SpaceVim-layers-lang-vim`
2021-10-02 20:48:35 +08:00
Shidong Wang
e33aeb1b00
fix(layer): add :h SpaceVim-layers-lang-vue
Problem: failed to lint vue file.
Solution:
1. change eslint-plugin-html to eslint-plugin-vue
2. update vue layer page
3. add `:h SpaceVim-layers-lang-vue`

close https://github.com/SpaceVim/SpaceVim/issues/4488
2021-10-01 23:23:09 +08:00
Shidong Wang
879378000f
doc(layer): add :h SpaceVim-layers-lang-zig 2021-10-01 22:15:53 +08:00
Shidong Wang
bc0bc6e345
doc(core): update doc of <Enter> key in filetree 2021-10-01 21:48:03 +08:00
Shidong Wang
3b6ad7f7d7
doc(layer): add :h SpaceVim-layers-lang-fennel 2021-10-01 19:52:49 +08:00
Shidong Wang
3a68e6ad21
doc(core): add :h SpaceVim-options-bootstrap_after/before
Problem: there isn't doc about boostrap function.
Solution:
1. add `:h SpaceVim-options-bootstrap_before`
2. and `:h SpaceVim-options-bootstrap_after`
3. update cn documentation about the differences between
   bootstrap_after and bootstrap_before function.
2021-10-01 18:49:22 +08:00
Shidong Wang
7de44bde74
doc(layer): add :h SpaceVim-layers-lang-autoit 2021-10-01 18:27:41 +08:00
Shidong Wang
f544542ac9
doc(layer): update :h SpaceVim-layers-lang-agda 2021-10-01 18:22:05 +08:00
Shidong Wang
2253f54be5
fix(layer): fix rustfmt_cmd option in lang#rust layer
Problem: `rustfmt_cmd` option does not work.
Solution: apply `rustfmt_cmd` to neoformat option.

close https://github.com/SpaceVim/SpaceVim/issues/4307
2021-10-01 16:58:56 +08:00
Shidong Wang
a08746ffce
doc(layer): update :h SpaceVim-layers-lang-java 2021-10-01 15:48:50 +08:00
Shidong Wang
e098ae3445
feat(core): add code_runner_focus option
Problem: can not focus on code runner windows.
Solution: add `code_runner_focus` option to focus
on code runner windows.

close https://github.com/SpaceVim/SpaceVim/issues/4130
2021-10-01 15:25:42 +08:00
Shidong Wang
0147cd8fba
doc(wiki): update labels info 2021-10-01 14:46:01 +08:00
Shidong Wang
5cfd0e6a6a
chore(core): remove .vim-bookmarks 2021-10-01 14:36:52 +08:00
LookForAdmin
4ea483fdae
doc(layer): use go install replace go get
Problem: Starting in Go 1.17, `go get` is deprecated.
Solution: use `go install` instead.
2021-10-01 14:30:03 +08:00
Jaryk
14d75c0441
fix(lsp): replace javascript lsp command 2021-10-01 14:27:58 +08:00
Shidong Wang
f48b6a9ae6
doc(core): add :h SpaceVim-dev 2021-09-28 23:37:52 +08:00
Shidong Wang
d604674a95
doc(layer): update :h SpaceVim-layers-git 2021-09-28 23:02:09 +08:00
Shidong Wang
77d57270c4
doc(layer): update :h SpaceVim-layers-leaderf 2021-09-25 23:37:02 +08:00
Wang Shidong
71d78fae3c
feat(layer): add enable_tmux_clipboard option
close https://github.com/SpaceVim/SpaceVim/issues/3670
2021-09-25 22:51:01 +08:00
Shidong Wang
e1dfadeea5
doc(core): add commit type change 2021-09-25 21:51:02 +08:00
Shidong Wang
c85c47fad4
doc(core): update development page 2021-09-25 21:47:38 +08:00
Shidong Wang
a319735129
add(core): add key binding to toggle auto parens mode
Problem: there is no key binding to toggle auto parens mode
Solution: add `SPC t P` to toggle auto parens mode

close https://github.com/SpaceVim/SpaceVim/issues/4312
2021-09-25 21:34:44 +08:00
Shidong Wang
483e3c0e29
change(core): deprecate statusline_unicode_symbols option
Problem: the option name is too long
Solution: change `statusline_unicode_symbols` to `statusline_unicode`
2021-09-25 21:09:11 +08:00
Shidong Wang
72349e4dd7
change(core): deprecate project_rooter_automatically option
change `project_rooter_automatically` to `project_auto_root`
2021-09-25 21:00:22 +08:00
Shidong Wang
4b4e80e7dc
ci(test): disable test for nvim nightly
Problem: sometimes the assets of neovim nightly is empty
Solution: disable the test for neovim nightly release
2021-09-25 01:26:12 +08:00
Shidong Wang
fd96c4ea1f
fix(nerdtree): fix key binding h in filetree 2021-09-25 01:12:26 +08:00
Shidong Wang
ba588581ee
fix(nerdtree): fix key binding Home and End 2021-09-25 00:41:22 +08:00
Shidong Wang
3aecd6c31b
fix(nerdtree): key binding d does not work
Use `d` to delete node
2021-09-25 00:38:39 +08:00
Shidong Wang
c9e22897e9
doc(layer): update doc about fuzzy finder layer 2021-09-22 23:51:22 +08:00
Shidong Wang
654cfc8855
feat(core): add SPC h g/G to run helpgrep asynchronously
Problem: `:helpgrep` is too slow, there is no key binding for
         asynchronously helpgrep.
Solution: - Add `SPC h g` to run helpgrep asynchronously.
          - Add `SPC h G` to run helpgrep with cursor word
            asynchronously
2021-09-22 23:20:51 +08:00
Shidong Wang
8c3dae578c
fix(nerdtree): arrow key does not work
Problem: `<Left>` and `<Right>` key does not work
Solution: map `<Left>` and `<Right>` as `h` and `l`
2021-09-22 22:54:02 +08:00
Jaryk
218f16e4f5
fix(lsp): specify cmd for typescriptreact 2021-09-22 11:25:11 +08:00
Shidong Wang
25bf4a1b32
fix(core): fix Enter key in filetree(nerdtree)
The `Enter` key do not change the root to cursor directory.
As the documentation says, `Enter` key is used to open directory
or drop file.
2021-09-21 23:46:10 +08:00
Shidong Wang
492209fe89
fix(core): filetree key binding ctrl-home does not work
problems: the key binding `ctrl-home` in filetree buffer does not work.
solution: map `ctrl-home` to NERDTreeCWD command
2021-09-21 23:36:47 +08:00
Shidong Wang
8a8f5f4113
doc(bundle): update plugins bundle readme 2021-09-21 22:45:15 +08:00
Shidong Wang
b8eae5e4f7
fix(plugin): Fix key binding error E225
problem: when save file, always get error
         `E225: global mapping already exists for (`
solution: remvoe unique when defind mappings

close https://github.com/SpaceVim/SpaceVim/issues/4109
2021-09-21 22:41:23 +08:00
Shidong Wang
bdc0101b9a
feat(core): Add SPC f a key binding to save as new file
Problem: There is no key binding to save current buffer as new file.
Solution: Add `SPC f a` key binding

close https://github.com/SpaceVim/SpaceVim/issues/4310
2021-09-21 22:04:26 +08:00
Shidong Wang
1bbc24ea4d
feat(plugins): Do not open quickfix list when only one entry 2021-09-21 21:31:00 +08:00
Shidong Wang
eca2127327 doc(layer): add :h SpaceVim-layers-cscope 2021-09-20 23:14:28 +08:00
Shidong Wang
3354f6e6a7 fix(nerdtree): Fix . key binding in nerdtree
Within filetree buffer, the `.` key is used to toggle hidden files
2021-09-20 22:45:49 +08:00
Shidong Wang
534c2bf815 fix(nerdtree): Fix N key binding in nerdtree
Within filetree buffer, the `N` key is used to create node.
2021-09-20 22:33:28 +08:00
Shidong Wang
6d44ea4780 doc(layer): fix layer tags prefix 2021-09-20 22:16:14 +08:00
Wang Shidong
65816f2270
feat(unite): improve unite layer
close https://github.com/SpaceVim/SpaceVim/issues/4084
2021-09-20 22:07:27 +08:00
Shidong Wang
03b62e1ad7 feat(layer): add open_quickfix layer option
add `open_quickfix` layer option for `gtags` layer.
update `:h spacevim-layer-gtags`.

close https://github.com/SpaceVim/SpaceVim/issues/4135
2021-09-20 19:15:52 +08:00
Shidong Wang
6a1437f49f feat(layer): add layer option for filetree columns
the spacevim option for vimfiler columns is too long,
move them to core layer.
2021-09-20 16:33:25 +08:00
Shidong Wang
5866f07bb9 feat: use relative path for SPC f s 2021-09-19 23:07:56 +08:00
Shidong Wang
5f434d28c8 doc: update doc of checkers layer 2021-09-19 22:57:47 +08:00
Shidong Wang
3fc49916cc chore: update copyright 2021-09-19 22:23:23 +08:00
Shidong Wang
7280ce8b07 chore: delete appveyor.yml 2021-09-19 22:16:55 +08:00
Shidong Wang
c143ae0712 doc: fix layer link
The link of these layer is wrong in help file.
- autocomplete layer
- colorscheme layer
2021-09-19 22:12:54 +08:00