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

6335 Commits

Author SHA1 Message Date
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
wsdjeg
9ca86f02fe perf(flygrep): hide eob char 2023-06-16 23:30:23 +08:00
wsdjeg
8613aa8f6e perf(flygrep): use lua flygrep for neovim 0.7.0+ 2023-06-15 23:10:19 +08:00
wsdjeg
cb662c1083 fix(startify): fix StartifyEndOfBuffer highlight
the `StartifyEndOfBuffer` highlight group should be updated
when change colorscheme.

the startify function s:hide_endofbuffer_markers() should
be called when colorscheme changed.
2023-06-15 21:06:45 +08:00
wsdjeg
4d84b47a31 feat(opt): set norulur by default 2023-06-15 20:53:02 +08:00
wsdjeg
f5574cb42d fix(opt): use nvim-cmp and neo-tree only for neovim 2023-06-15 19:52:49 +08:00
wsdjeg
45f45774b9 fix(projectmanager): skip neo-tree buffer 2023-06-15 17:50:41 +08:00
wsdjeg
917bed7392 docs(README): remove link to following head 2023-06-15 17:23:52 +08:00
wsdjeg
0166de7597 perf(neo-tree): add force_change_cwd opt 2023-06-15 13:03:33 +08:00
wsdjeg
a7194fbafa chore(telescope): update telescope to 0.1.2 2023-06-15 11:55:36 +08:00
wsdjeg
9be79c8e5a docs(wiki): disable github wiki 2023-06-15 11:18:10 +08:00
wsdjeg
122fb92c4f feat(statuscolumn): add core#statuscolumn layer 2023-06-14 23:29:14 +08:00
wsdjeg
53e568dab3 perf(tagbar): use tagbar logger for warning msg 2023-06-14 22:25:29 +08:00
wsdjeg
c2e4697ed7 perf(neo-tree): make <cr> set root or open file 2023-06-11 23:18:49 +08:00
wsdjeg
c269420878 perf(neo-tree): use libuv file watcher 2023-06-11 23:10:26 +08:00
wsdjeg
3a095bf7ba perf(neo-tree): support defx smart l 2023-06-11 22:55:33 +08:00
wsdjeg
4eb8490ffc fix(tabline): focus redraw tabline when clear buffers
ref: https://github.com/neovim/neovim/issues/23989
2023-06-11 22:06:02 +08:00
wsdjeg
4cd290b71e feat(cmp-dictionary): add cmp-dictionary 2023-06-11 21:41:39 +08:00
wsdjeg
b981945a13 perf(neotree): update neo-tree key binding 2023-06-11 21:20:42 +08:00
wsdjeg
5b75fb7b6a perf(bundle): update bundle startify 2023-06-11 20:17:47 +08:00
wsdjeg
81e5579af3 fix(neo-tree): fix default key binding 2023-06-11 17:48:40 +08:00
wsdjeg
6f9259df83 docs(wiki): move bundle readme to wiki 2023-06-11 17:28:35 +08:00
wsdjeg
2e4400c335 docs(bundle): update bundle readme 2023-06-11 17:23:40 +08:00
proItheus
f4b746a617
fix(tab): fix tab and S-tab behavior 2023-06-10 15:00:07 +08:00