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

6750 Commits

Author SHA1 Message Date
Eric Wong
15d2176463 revert(html): remove copy button 2024-06-09 15:08:09 +08:00
Eric Wong
d2ea5ece2b docs(html): update css file 2024-06-09 15:06:05 +08:00
Eric Wong
e00540b1e5 docs(html): add codeCopy button 2024-06-09 15:01:48 +08:00
Eric Wong
6b7c5a14ce feat(statusline): add lua statusline 2024-06-09 10:37:42 +08:00
Eric Wong
d22a341fc0 feat(kotlin): update kotlin lsp support 2024-06-08 16:31:51 +08:00
Eric Wong
6cf0c361b0 perf(bundle): use bundle echodoc.vim
ref: 8c7e99e825
2024-06-05 19:16:56 +08:00
Eric Wong
bfdf0e0851 perf(bundle): use nvim-surround for nvim 0.8.0+ 2024-06-05 19:05:21 +08:00
Eric Wong
522aebb509 fix(vim): fix vim start with vim --servername VIM 2024-06-05 18:45:08 +08:00
Eric Wong
74ba9cc90a perf(autocmd): move autocmds.vim to lua 2024-06-04 23:36:20 +08:00
Eric Wong
6a97b72dc3 perf(bundle): use telescope 0.1.8 for nvim 0.10.0 2024-06-03 23:24:17 +08:00
Eric Wong
a10d464ca9 fix(mkdir): fix mkdir lua plugin 2024-06-03 22:38:36 +08:00
Eric Wong
e5f8d2b012 fix(guide): move getName function to lua 2024-06-03 22:23:09 +08:00
Eric Wong
bdc177e320 perf(guide): use timer to display win 2024-06-03 22:11:58 +08:00
Eric Wong
ee5cc484d1 fix(task): check isBackground by boolean 2024-06-02 23:43:52 +08:00
Eric Wong
f6ee684f00 perf(dev): use task to open nvim and vim 2024-06-02 23:35:12 +08:00
Eric Wong
6d0631fe0b docs(repository): add repository url 2024-06-02 22:33:26 +08:00
Eric Wong
a98a673c7d docs(index): update test version 2024-06-02 20:32:35 +08:00
Eric Wong
401d549941 docs(index): update tested versions 2024-06-02 20:14:17 +08:00
Eric Wong
47bbf8efc0 fix(defx): use defx for nvim 0.4.0+ 2024-06-02 19:50:18 +08:00
Eric Wong
271c76e792 fix(compatible): fix bufname() and bufnr() 2024-06-02 19:43:37 +08:00
Eric Wong
fa5d3e1d1c fix(scrollbar): use zindex only for nvim 0.5.0+ 2024-06-02 13:51:58 +08:00
Eric Wong
157e276226 fix(cmp): use nvim-cmp for nvim v0.7.x or higher 2024-06-02 13:46:15 +08:00
Eric Wong
097ea8684d fix(argvs): fix parser_argv function 2024-06-02 13:35:55 +08:00
Eric Wong
24712351a1 perf(guide): improve key binding guide 2024-06-01 22:51:47 +08:00
Eric Wong
d6a34e3aff fix(quickfix): fix quickfix autocmd 2024-05-28 09:27:12 +08:00
Eric Wong
74748dba2e docs(about): update about page 2024-05-28 08:42:31 +08:00
Eric Wong
de1815dd50 perf(autocmd): close vim on last quickfix win 2024-05-28 08:20:59 +08:00
Eric Wong
2af288455e perf(autocmd): move syntax autocmd to lua 2024-05-28 08:05:55 +08:00
Eric Wong
0ee4532004 perf(autocmds): use lua autocmds instead of viml 2024-05-28 07:19:55 +08:00
Eric Wong
87f7eca4c5 perf(statusline): improve syntax info color 2024-05-27 19:51:13 +08:00
Eric Wong
6d7ebe6891 docs(go): update :h SpaceVim-layers-lang-go 2024-05-26 21:35:26 +08:00
Eric Wong
5130094e91 docs(go): lsp for golang 2024-05-26 21:23:26 +08:00
Eric Wong
9bd6508e8c fix(statusline): check vim.diagnostic.count 2024-05-25 20:39:18 +08:00
Eric Wong
e9446e63fe fix(autosave): fix lua autosave plugin 2024-05-22 11:46:16 +08:00
Eric Wong
ad078317fb fix(tabline): fix default colorscheme tabline 2024-05-21 23:12:56 +08:00
Eric Wong
e7091fbfaf perf(statusline): show errors counts on statusline 2024-05-21 21:34:27 +08:00
Eric Wong
896a9a43ef fix(gruvbox): fix NormalFloat highlight 2024-05-21 13:18:21 +08:00
Eric Wong
8465f680df perf(gruvbox): update gruvbox
ref: 143a3b8bab
2024-05-21 13:14:31 +08:00
Eric Wong
99466a152f perf(colorscheme): update NormalFloat for one 2024-05-21 13:02:02 +08:00
Eric Wong
1c4627c212 perf(lspconfig): update nvim-lspconfig to 9bda20f
ref: 9bda20fb96
2024-05-21 12:31:14 +08:00
Eric Wong
4d3c680a93 fix(lsp): set server_ready to false on LspDetach 2024-05-21 12:10:31 +08:00
Eric Wong
592bf3941a fix(lsp): fix SPC e l key binding 2024-05-21 12:03:22 +08:00
Eric Wong
49e00f00f5 fix(notify): fix notify cursor position 2024-05-21 11:25:51 +08:00
Eric Wong
721e31186f docs(vimdoc): add extra space 2024-05-20 19:11:52 +08:00
Eric Wong
4515c6162c fix(t_ve): remove t_ve from iedit.lua
neovim does not support t_ve option.
2024-05-19 19:29:07 +08:00
Eric Wong
49b944a29d revert(history)!: do not change register @/ 2024-05-15 12:52:33 +08:00
Eric Wong
94c6282ba4 fix(rtp): fix default rpt 2024-05-15 09:36:54 +08:00
Eric Wong
77216853d9 perf(cursor): hide cursor 2024-05-14 23:24:58 +08:00
Eric Wong
503842a9a3 perf(history): update register @/ 2024-05-14 19:13:39 +08:00
Eric Wong
c2899ae1f8 fix(install): ln error if ~/.config doesn't exist
Co-authored-by:: cycychenyi <cycychenyi@outlook.com>
2024-05-14 19:07:54 +08:00