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

135 Commits

Author SHA1 Message Date
Wang Shidong
3db40b345a
feat(tasks): add telescope task 2022-11-01 00:21:03 +08:00
wsdjeg
a6baae5924 perf(projectmanager): improve projectmanager log format 2022-10-29 14:47:29 +08:00
wsdjeg
4399354a8f perf(neoyank): handle errors 2022-10-27 22:01:21 +08:00
wsdjeg
56a1ab4796 fix(neoyank): fix telescope neoyank extension 2022-10-27 20:03:26 +08:00
wsdjeg
083a5a2cbb fix(projectmanager): change rootdir when switch project 2022-10-27 09:20:12 +08:00
wsdjeg
d64f1f1ba9 fix(projectmanager): use absolute path 2022-10-27 09:13:42 +08:00
wsdjeg
f458b75dcb feat(projectmanager): support project_non_root option
the RootchandgeCallback function should only be
called on project.
2022-10-26 18:54:44 +08:00
wsdjeg
69127e6586 fix(projectmanager): skip git:// buffer 2022-10-26 18:24:14 +08:00
wsdjeg
665727ada3 fix(projectmanager): remove log info 2022-10-26 17:35:33 +08:00
wsdjeg
d3a2916dc8 fix(projectmanager): remove debug info 2022-10-26 17:17:56 +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
a392dc347b style(lsp): format lsp.lua 2022-10-23 00:22:28 +08:00
wsdjeg
6b989ef361 feat(todo): add max_len function 2022-10-21 11:51:17 +08:00
wsdjeg
48c818a862 fix(todo): fix todo manager sort function 2022-10-20 23:03:53 +08:00
wsdjeg
e8fde994f2 feat(todo): add enter key binding 2022-10-20 20:22:35 +08:00
Wang Shidong
fb679af13e
feat(todo): rewrite todomanager using lua 2022-10-20 19:55:11 +08:00
wsdjeg
5b5bd049e4 test(list): add test for data.list api 2022-10-19 20:40:43 +08:00
wsdjeg
9f64851fd0 fix(iedit): fix handle_register function 2022-10-18 23:46:25 +08:00
wsdjeg
a97e64ef23 feat(iedit): handle insert left/right/ctrl-b/f 2022-10-17 21:47:35 +08:00
wsdjeg
f64da13ddd feat(iedit): handle normal n 2022-10-17 21:19:11 +08:00
wsdjeg
78c7c28fb4 feat(iedit): handle normal D/p/S/G/g 2022-10-16 23:41:13 +08:00
wsdjeg
e1c97d4c5f perf(iedit): use getreg instead of eval 2022-10-16 21:50:04 +08:00
wsdjeg
027dda4d76 fix(iedit): fix replace_symbol function 2022-10-16 20:18:50 +08:00
wsdjeg
9219c91933 fix(iedit): fix parse_symbol function 2022-10-16 19:03:32 +08:00
wsdjeg
5cd5e2b531 feat(iedit): handle <delete> key in iedit-insert mode 2022-10-16 13:54:16 +08:00
Wang Shidong
2e49f02244
feat(iedit): rewrite iedit in lua (#4724) 2022-10-16 13:45:34 +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
2212c00c5e feat(flygrep): add apply_to_quickfix function 2022-10-10 01:52:19 +08:00
wsdjeg
ce8608ef96 feat(flygrep): add toggle_expr_mode function 2022-10-09 23:05:20 +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
825110f2b8 feat(flygrep): add open_item_in_tab function 2022-10-07 20:40:08 +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