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

6508 Commits

Author SHA1 Message Date
wsdjeg
3be76bca65 perf(flygrep): use noautocmd to update buffer 2023-06-25 13:04:51 +08:00
wsdjeg
7a6ffd9524 perf(flygrep): use noautocmd to open flygrep windows 2023-06-24 23:38:06 +08:00
wsdjeg
af78a5f0db perf(notify): use noautocmd when open win 2023-06-24 22:16:00 +08:00
wsdjeg
47bfdd06ca perf(a.lua): use lua notify api 2023-06-24 21:55:10 +08:00
Eric Wong
ae7f1da0f3
feat(api): add notify lua api 2023-06-24 21:13:03 +08:00
wsdjeg
32b8309ce5 perf(iedit): use notify api 2023-06-24 15:08:18 +08:00
wsdjeg
581e56f9c6 fix(iedit): fix iedit-normal-left 2023-06-24 14:48:11 +08:00
wsdjeg
bd4a67e98b chore(detach): detach FlyGrep 2023-06-22 23:01:54 +08:00
wsdjeg
3874042593 perf(a.vim): improve alternate plugin 2023-06-22 22:34:18 +08:00
wsdjeg
b737573667 fix(flygrep): fix lsp warnings 2023-06-20 21:30:09 +08:00
wsdjeg
634ea0a34f perf(lsp): use notify api to display workspace 2023-06-20 21:21:43 +08:00
wsdjeg
68a3f4e203 fix(flygrep): fix page_up/down function 2023-06-20 20:11:10 +08:00
wsdjeg
b65e484f18 feat('neodev'): bundle neodev to lang#lua layer 2023-06-20 19:49:35 +08:00
wsdjeg
be6f16768d fix(flygrep): make sure command startswith set filetype= 2023-06-20 19:02:50 +08:00
wsdjeg
98de528e19 fix(flygrep): support detect filetype defined in vim script 2023-06-20 18:56:07 +08:00
wsdjeg
db52071cb4 fix(project): fix project width 2023-06-20 00:31:17 +08:00
wsdjeg
eda0c97f4a feat(project): improve Telescope project 2023-06-19 23:59:08 +08:00
wsdjeg
472e982bb1 fix(projectmanager): fix SPC p p key binding 2023-06-19 22:14:00 +08:00
wsdjeg
1080821cbb fix(projectmanager): skip sort error 2023-06-19 22:00:22 +08:00
wsdjeg
8fc12bdf72 fix(flygrep): fix lua lsp warning 2023-06-19 21:44:24 +08:00
wsdjeg
2b9f7b4cb9 perf(luadoc): add doc for default_tool function 2023-06-19 21:38:06 +08:00
wsdjeg
7725ff275c perf(log): use vim.loop.gettimeofday 2023-06-19 20:12:21 +08:00
wsdjeg
cb265d2c77 chore(gitignore): add .meta dir 2023-06-19 17:45:43 +08:00
wsdjeg
3b70715411 fix(iedit): fix <Left> and <Right> key 2023-06-19 17:20:17 +08:00
wsdjeg
daa51cb6ff perf(flygrep): support iedit 2023-06-19 16:58:42 +08:00
wsdjeg
403332accb chore(lspconfig): use latest version lspconfig for nvim 0.9.1 2023-06-19 15:59:04 +08:00
wsdjeg
23758a3383 fix(flygrep): skip callback when close buffer 2023-06-19 15:36:48 +08:00
wsdjeg
5a068d1f79 perf(flygrep): support <PageUp> and <PageDown> 2023-06-18 23:18:12 +08:00
wsdjeg
b2bb63b100 perf(flygrep): improve quickfix support 2023-06-18 21:19:29 +08:00
wsdjeg
5f20e4710b fix(flygrep): skip callback function after close buffer 2023-06-18 20:53:47 +08:00
wsdjeg
695d0dbcd2 fix(flygrep): fix history updating 2023-06-18 20:24:32 +08:00
wsdjeg
7e3a097dff chore(treesitter): update bundle nvim-treesitter 2023-06-18 14:17:38 +08:00
Eric Wong
9c69328d61
fix(flygrep) fix history completion 2023-06-18 00:28:46 +08:00
wsdjeg
7c190331fc fix(flygrep): fix flygrep history completion 2023-06-17 22:56:48 +08:00
wsdjeg
f7d1db1079 perf(flygrep): complete history 2023-06-17 22:20:00 +08:00
wsdjeg
14835d4439 perf(core): use :update instead of :w 2023-06-17 18:48:42 +08:00
wsdjeg
ffdc24702d docs(notify): support multiple line msg and msg list 2023-06-17 17:37:57 +08:00
wsdjeg
ee82313ec0 perf(sourcecounter): use notify api instead of echo 2023-06-17 16:59:18 +08:00
wsdjeg
0b22cc3e0b chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
wsdjeg
9111a210a3 fix(flygrep): put filter context into flygrep buffer 2023-06-17 14:35:22 +08:00
wsdjeg
dcbc0b34b8 fix(highlight): silent run hi command 2023-06-17 14:08:07 +08:00
wsdjeg
5bbe678f78 feat(flygrep): use new highlight for filter mode 2023-06-17 13:58:56 +08:00
wsdjeg
d2bed7d333 fix(flygrep): fix flygrep matchadd function 2023-06-17 13:36:13 +08:00
wsdjeg
068a704593 perf(flygrep): use nvim_win_close api instead 2023-06-17 13:13:16 +08:00
wsdjeg
739210c76c fix(flygrep): restore grepid when mpt is empty string 2023-06-17 13:09:08 +08:00
wsdjeg
a8d4a7392d perf(git): use notify api for Git pull 2023-06-17 12:52:19 +08:00
Andrés
95c7ef70e7
docs(ruby): add solargraph to Code completion section 2023-06-17 09:08:20 +08:00
wsdjeg
f0e1718720 perf(flygrep): improve flygrep preview windows 2023-06-17 00:34:30 +08:00
wsdjeg
62d37bf2c2 perf(flygrep): improve flygrep preview 2023-06-17 00:26:53 +08:00
wsdjeg
0bbe8f2c5e fix(flygrep): fix flygrep commandline prompt 2023-06-16 23:38:17 +08:00