1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:20:04 +08:00
Commit Graph

524 Commits

Author SHA1 Message Date
Eric Wong
01d493a2b6 feat(quickfix): add undo key binding 2025-01-02 09:57:11 +08:00
Eric Wong
f3df26b6b3 docs(core): update doc about quickfix mappings 2025-01-02 09:16:11 +08:00
Eric Wong
d245875994 docs(core): update doc for core layer 2025-01-02 02:21:01 +08:00
Eric Wong
716f835da8 feat(zettelkasten): filter zk title via telescope 2024-12-23 23:14:50 +08:00
Eric Wong
9584d22101 feat(markdown): add SPC l f to format code block 2024-12-21 16:33:22 +08:00
Eric Wong
f49958dbde feat(markdown): add SPC l t to toggle todo 2024-12-14 20:21:36 +08:00
Eric Wong
7afbd83a89 feat(zettelkasten): use <Enter> to open note 2024-12-12 17:04:05 +08:00
Eric Wong
24ca491c53 feat(telescope): add hidden & no_ignore opt 2024-10-23 20:22:13 +08:00
Eric Wong
28c3ff6193 perf(shell): add center-float position 2024-07-27 15:00:32 +08:00
Eric Wong
98e67a214c feat(cpicker): add cmyk color space 2024-07-13 21:59:34 +08:00
Eric Wong
ff20c0284b feat(cpicker): add tools#cpicker layer 2024-07-12 00:31:36 +08:00
Eric Wong
305e4545ec perf(git): add key binding v to view log 2024-07-02 16:52:39 +08:00
Eric Wong
377b7d716b perf(co-author): complete co-author info 2024-06-20 09:18:23 +08:00
Eric Wong
bcbe5023d0 perf(neovim): use nvim-cmp & skip checking python 2024-06-16 15:18:05 +08:00
Eric Wong
1d8dbeb8bb feat(format.lua) add format.lua 2024-04-16 11:27:49 +08:00
Eric Wong
180493c1b5 feat(bookmarks): add new bookmark plugin 2024-03-29 00:02:30 +08:00
Eric Wong
4846788807 feat(bookmarks): add telescope support 2024-03-26 23:34:21 +08:00
Eric Wong
5ed5184a3d docs(typo): rename enabled_formater to enabled_formatters 2024-03-14 00:44:04 +08:00
Kun Lin
4c02edf30b docs(chinese): update doc of chinese layer
Co-authored-by: Kun Lin <Kun.Lin@qq.com>
2024-03-08 21:16:27 +08:00
wsdjeg
44f0cea649 feat(git): add git remote manager 2024-02-21 17:03:50 +08:00
Eric Wong
e95cee105d Merge branch 'xinfengwu-master-patch-44776' into 'master'
Update cscope.md

See merge request SpaceVim/SpaceVim!3
2024-02-13 11:05:07 +00:00
Zhiyuan Ma
977bf3d0d0 feat(gtags): add the shortcut for jumping to a symbol 2024-02-13 11:02:24 +00:00
Xinfeng
6a7c968f8a Update cscope.md 2023-11-04 09:14:01 +00:00
Eric Wong
8a7ec45818
Release v2.2.0 2023-07-05 11:50:23 +08:00
ChasingZenith
ce69cb81a4
feat(telescope): add :Telescope ultisnips command
add `<Leader> f s` key binding for telescope ultisnips.
this key binding is definded only when telescope layer
is loaded and snippet engine is ultisnips
2023-04-22 22:10:04 +08:00
wsdjeg
43beabab1a docs(clang): fix doc for clang std 2023-04-06 23:05:02 +08:00
wsdjeg
91cc06bf4c fix(clojure): fix repl key binding 2023-04-01 21:33:54 +08:00
wsdjeg
6ebee744ca
feat(xmake): add xmake support 2023-03-28 12:14:51 +08:00
wsdjeg
ad491c4025 feat(json5): add json5 support
close https://github.com/SpaceVim/SpaceVim/issues/4776
2023-03-26 13:11:24 +08:00
wsdjeg
468681284d feat(checkers): add open_error_list option
close https://github.com/SpaceVim/SpaceVim/issues/4796
2023-03-25 19:56:07 +08:00
wsdjeg
7e370e7c65 docs(core): update core layer doc 2023-03-24 11:19:58 +08:00
wsdjeg
73a7242daa docs(bash): update lang#sh layer doc
close https://github.com/SpaceVim/SpaceVim/issues/4781
2023-03-23 23:35:31 +08:00
wsdjeg
aae60509e8 feat(lang#c): remove invalid entries from neomake 2022-10-30 19:37:01 +08:00
wsdjeg
591f725e18 feat(unstack): include vim-unstack 2022-10-27 15:44:42 +08:00
Wang Shidong
ac74bffee5
feat(zettelkasten): improve zettelkasten layer 2022-10-25 18:35:51 +08:00
wsdjeg
71bc539267 feat(lsp): fix lsp layer options
ref: https://github.com/SpaceVim/SpaceVim/issues/4679
2022-10-24 21:54:20 +08:00
wsdjeg
b488dd5aeb feat(go): update go layer doc
close https://github.com/SpaceVim/SpaceVim/issues/3444
2022-10-21 12:05:12 +08:00
Wang Shidong
342c658509
feat(zettelkasten): add zettelkasten layer 2022-10-18 22:55:34 +08:00
Ikko Ashimine
b07b5038af
docs(lsp): fix typo in language-server-protocol.md
identifer -> identifier
2022-09-18 12:03:25 +08:00
Austin Ziegler
9fa6fad9ed
docs(aspectj): AspectJ support has been misspelled
- The filename is correct, but the contents have been misspelled. I've
  used `fastmod` to do a mechanical replace of `asepctj` to `aspectj`.
2022-07-29 07:46:26 +08:00
wsdjeg
d66173b58a feat(pylsp): add support for pylsp 2022-06-07 23:50:28 +08:00
wsdjeg
7f2dd0642d feat(cscope): add list_files_command layer option 2022-06-07 01:03:15 +08:00
wsdjeg
403d30af78 feat(ssh): add :SSHCommand command 2022-06-04 14:02:40 +08:00
wsdjeg
52df4ec9fe feat(lang#ruby): use bundle vim-ruby 2022-05-28 19:32:08 +08:00
wsdjeg
a74e5baefa docs(tools): update tools page 2022-05-28 12:59:27 +08:00
wsdjeg
e85d10ffb5 docs(go): update golang doc 2022-05-27 12:12:30 +08:00
wsdjeg
1efbd9998d docs(format): format documentation text 2022-05-27 11:50:39 +08:00
wsdjeg
50a93380d3 docs(go): update lang#go layer page 2022-05-27 11:48:19 +08:00
wsdjeg
1525b972b5 docs(cmake): add doc for :Cmake command 2022-05-24 23:12:06 +08:00
Wang Shidong
4dbbad92f0
feat(layer): add lang#cmake layer 2022-05-22 17:18:29 +08:00