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

5953 Commits

Author SHA1 Message Date
wsdjeg
1ed769feb2 feat(clipboard): add clipboard#set function 2022-10-11 11:02:00 +08:00
wsdjeg
0ecd2ec124 chore(typo): typo in clipboard.vim 2022-10-11 10:49:16 +08:00
wsdjeg
664c6d7259 feat(clipboard): add log for clipboard 2022-10-11 10:46:54 +08:00
wsdjeg
3bacbcd4ef chore(copyright): add file head 2022-10-10 23:03:23 +08:00
wsdjeg
d6b2a46129 feat(searcher): rewrite searcher in lua 2022-10-10 22:27:53 +08:00
wsdjeg
85d3336201 fix(flygrep): clear mode when open flygrep 2022-10-10 19:28:56 +08:00
wsdjeg
36085f623e fix(flygrep): clear cmdline after closing flygrep 2022-10-10 19:26:42 +08:00
wsdjeg
9c444599c0 feat(flygrep): support filter mode 2022-10-10 19:23:12 +08:00
wsdjeg
bc75a1f6a3 feat(flygrep): add match highlight 2022-10-10 17:55:15 +08:00
wsdjeg
baf8ccd498 fix(flygrep): fix toggle_preview function 2022-10-10 14:05:29 +08:00
wsdjeg
888ff60fa9 feat(flygrep): support preview item 2022-10-10 13:58:09 +08:00
wsdjeg
e66aad013e docs(option): add :h SpaceVim-options-disabled_plugins 2022-10-10 02:08:14 +08:00
wsdjeg
2212c00c5e feat(flygrep): add apply_to_quickfix function 2022-10-10 01:52:19 +08:00
wsdjeg
b8580415e7 docs(index): update index page 2022-10-10 01:12:08 +08:00
wsdjeg
ce8608ef96 feat(flygrep): add toggle_expr_mode function 2022-10-09 23:05:20 +08:00
wsdjeg
231d92b229 fix(ultisnips): fix ultisnips config 2022-10-09 22:42:46 +08:00
Wang Shidong
cd193b852d
feat(flygrep): add statusline for flygrep.lua 2022-10-08 23:46:57 +08:00
wsdjeg
dbdb33846a feat(flygrep): add open_item_vertically/horizontally function 2022-10-07 23:01:51 +08:00
wsdjeg
2f13f947ef feat(flygrep): add double_click function 2022-10-07 21:58:16 +08:00
wsdjeg
b2ed298955 feat(flygrep): add move_cursor function 2022-10-07 21:55:36 +08:00
wsdjeg
f9c64797a0 docs(website): update community link 2022-10-07 21:00:28 +08:00
wsdjeg
825110f2b8 feat(flygrep): add open_item_in_tab function 2022-10-07 20:40:08 +08:00
wsdjeg
ed993e9284 feat(matrix): update link to matrix 2022-10-07 20:15:58 +08:00
wsdjeg
b1fadcd730 fix(typo): fix typo in flygrep 2022-10-07 14:20:51 +08:00
wsdjeg
53a2413d14 fix(api): clear package.loaded after import api 2022-10-07 13:55:29 +08:00
wsdjeg
73069ba781 feat(flygrep): add open_iten function 2022-10-07 11:08:33 +08:00
wsdjeg
fa7d5dc1be fix(flygrep): fix grep_stdout function 2022-10-07 10:21:02 +08:00
Wang Shidong
a8bf050c33
feat(flygrep): implement flygrep in lua 2022-10-06 23:24:21 +08:00
Mohammad Bahoosh
59d411451d
fix(option): fix for lua removing leading zeros
close https://github.com/SpaceVim/SpaceVim/issues/4714
2022-10-06 09:26:50 +08:00
wsdjeg
cbe38a7eea fix(prompt): fix handle function 2022-10-05 21:19:34 +08:00
wsdjeg
a6f5e197ba fix(prompt): fix register matcher 2022-10-05 21:16:35 +08:00
wsdjeg
9e10b60340 fix(prompt): implement prompt api 2022-10-05 21:05:13 +08:00
wsdjeg
d72e700dda feat(prompt): fix handle function 2022-10-05 09:40:18 +08:00
wsdjeg
0026ba28a5 fix(prompt): fix _build_prompt function 2022-10-04 22:25:47 +08:00
wsdjeg
d5d1697225 fix(prompt): fix close logic 2022-10-04 22:15:08 +08:00
wsdjeg
bb19007e4a fix(typo): fix typo in prompt.lua 2022-10-04 21:54:18 +08:00
wsdjeg
02d708c547 fix(prompt): fix lua prompt api 2022-10-04 21:42:03 +08:00
wsdjeg
3538fb4a77 feat(flygrep): add lua flygrep 2022-10-04 21:25:05 +08:00
David Vernet
65347eb2dc
typo(website): release
[trivial] Fix minor typo: s/relase/release
2022-10-03 08:44:00 +08:00
wsdjeg
46f53be2f8 feat(messletters): add messletters functions
- index_num
- parenthesized_num
- num_period
2022-10-01 22:00:18 +08:00
wsdjeg
ecbf624113 feat(messletters): add circled_num function 2022-10-01 21:31:03 +08:00
wsdjeg
ba50d3af24 feat(messletters): add bubble_num function 2022-10-01 21:16:22 +08:00
wsdjeg
4e7573096c feat(plugins): implement lua functions 2022-09-29 10:50:36 +08:00
wsdjeg
1d43087a34 feat(plugins): implement plugins logic 2022-09-29 10:43:50 +08:00
wsdjeg
3f63663559 fix(autosave): fix save_buffer function 2022-09-28 08:35:13 +08:00
wsdjeg
c494645e0b fix(autosave): use pcall to avoid error 2022-09-28 00:05:13 +08:00
wsdjeg
e7cb486364 feat(edit): use lua plugin for nvim 0.7 2022-09-27 23:54:04 +08:00
wsdjeg
63948825b7 feat(autosave): implement autosave plugin in lua 2022-09-27 18:18:40 +08:00
wsdjeg
e424f8e58b chore(go): use bundle vim-go and deoplete-go 2022-09-27 16:40:44 +08:00
wsdjeg
4310f0f6f0 docs(community): add link to facebook 2022-09-27 16:20:08 +08:00