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

6270 Commits

Author SHA1 Message Date
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
wsdjeg
e6247f4f69 perf(neo-tree): use spacevim notify api
ref: https://github.com/nvim-neo-tree/neo-tree.nvim/issues/976
2023-06-09 13:29:00 +08:00
Steve Huff
be42aae04a
feat(plugins): update ale to v3.3.0 2023-06-09 12:10:45 +08:00
Eric Wong
0185457ced
fix(cmp): fix nvim-cmp support 2023-06-09 12:10:07 +08:00
wsdjeg
9d80f93a85 fix(snippet): fix snippet key binding 2023-06-09 00:43:36 +08:00
wsdjeg
00dd06a3a5 feat(tab): fix tab key binding in insert mode 2023-06-09 00:21:40 +08:00
wsdjeg
1235dc201b feat(neosnippet): add neosnippet source 2023-06-09 00:05:07 +08:00
wsdjeg
913901272d perf(cmp): update nvim-cmp 2023-06-08 21:15:37 +08:00
wsdjeg
e9b5e713f9 fix(projectmanager): use nested autocmd
neo-tree do not update when switch between project.
2023-06-08 20:42:54 +08:00
wsdjeg
5fbcf3d430 refactor(neo-tree): move config to lua 2023-06-08 10:50:46 +08:00
wsdjeg
74f0dd84f5 fix(neo-tree): use N key binding to add node 2023-06-08 10:44:08 +08:00
wsdjeg
1061082e00 docs(todo): add doc about grep bug 2023-06-01 00:25:41 +08:00
Eric Wong
f87f029b40
fix(todo): fix todo manager for grep 2023-05-31 23:52:42 +08:00
wsdjeg
d14af8a1d9 perf(neotree): add ctrl-h key binding 2023-05-31 20:10:25 +08:00
wsdjeg
333f6954e3 fix(notify): fallback to echo 2023-05-31 19:26:18 +08:00
wsdjeg
09c768b967 perf(neotree): update key bindings 2023-05-31 18:58:22 +08:00