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

3207 Commits

Author SHA1 Message Date
wsdjeg
b215212db6 refactor(comments): move comments autocmd to layer 2022-06-12 15:33:13 +08:00
wsdjeg
b443539fb3 fix(config): handle error in local config 2022-06-12 15:28:37 +08:00
wsdjeg
58874d8b21 refactor(lang#coffeescript): move coffeescript autocmds to layer 2022-06-12 12:06:52 +08:00
wsdjeg
f89a83ece8 fix(clipboard): fix leader y key binding 2022-06-11 08:55:29 +08:00
wsdjeg
6285536bce feat(clipboard): add vim-clipboard plugin 2022-06-11 00:47:40 +08:00
wsdjeg
c4cc14ea26 feat(incsearch): update incsearch layer 2022-06-10 16:31:14 +08:00
wsdjeg
d66173b58a feat(pylsp): add support for pylsp 2022-06-07 23:50:28 +08:00
wsdjeg
5642bc572c fix(typo): fix typo in cscope layer 2022-06-07 22:45:26 +08:00
wsdjeg
7f2dd0642d feat(cscope): add list_files_command layer option 2022-06-07 01:03:15 +08:00
wsdjeg
403d30af78 feat(ssh): add :SSHCommand command 2022-06-04 14:02:40 +08:00
wsdjeg
047f213348 feat(liquid): add liquid template support 2022-06-03 20:23:08 +08:00
wsdjeg
db520883c9 fix(bootstrap_script): use try/catch for bootstrap_script 2022-06-03 13:14:27 +08:00
wsdjeg
842f29f6d7 fix(project): handle project_rooter_outermost option 2022-06-03 13:09:29 +08:00
wsdjeg
237ec35fd7 feat(fzf): add bundle telescope fzf extension 2022-06-02 21:44:41 +08:00
wsdjeg
297f58477b feat(github): add UpdateStartedRepos command 2022-05-31 23:00:49 +08:00
wsdjeg
a892272616 feat(tmux): use bundle vim-tmux-navigator 2022-05-30 00:45:17 +08:00
wsdjeg
3d578c3377 style(viml): format code 2022-05-29 13:42:36 +08:00
wsdjeg
372e8e3026 feat(font): add key binding to reset guifont 2022-05-29 13:36:28 +08:00
wsdjeg
6e6fc71e81 fix(ui): update screen after font changed 2022-05-29 13:29:26 +08:00
wsdjeg
214ca3c3e2 feat(font): add SPC z . key binding 2022-05-29 13:14:43 +08:00
wsdjeg
cd1bab21fc fix(guifont): always set guifont 2022-05-29 12:44:36 +08:00
wsdjeg
5d7bd47ccf chore(lang#python): use bundle python plugins 2022-05-28 23:21:55 +08:00
wsdjeg
f57c0a0233 feat(calendar): add calendar statusline 2022-05-28 19:51:34 +08:00
wsdjeg
52df4ec9fe feat(lang#ruby): use bundle vim-ruby 2022-05-28 19:32:08 +08:00
wsdjeg
09dac0d30a chore(calendar): use bundle calendar.vim 2022-05-28 15:29:51 +08:00
wsdjeg
9f4a0ddbb3 fix(logger): format time 2022-05-27 17:35:33 +08:00
wsdjeg
a989f9349e feat(lang#ruby): update lsp configuration for ruby 2022-05-27 16:53:18 +08:00
wsdjeg
b8ae5eafa3 fix(runner): fix code runner 2022-05-27 16:00:54 +08:00
wsdjeg
9eebba69d4 feat(lang#ruby): support solargraph client 2022-05-27 13:05:52 +08:00
wsdjeg
aae66a28c0 feat(cmake): add :Cmake command 2022-05-24 23:09:19 +08:00
wsdjeg
90f69a974b test(telescope): add layer health function 2022-05-22 21:33:51 +08:00
wsdjeg
ac28e69c72 test(cmake): add layer health function 2022-05-22 21:18:27 +08:00
Wang Shidong
4dbbad92f0
feat(layer): add lang#cmake layer 2022-05-22 17:18:29 +08:00
Wang Shidong
14d9225346
feat(checkers): fix checkers layer option 2022-05-22 17:10:34 +08:00
wsdjeg
9caa00b009 feat(rainbow): change rainbow plugin 2022-05-22 12:51:00 +08:00
wsdjeg
cfc2b9e7b9 feat(telescope): add Telescope neoyank extension 2022-05-21 22:57:36 +08:00
wsdjeg
898fbc8c37 fix(telescope): fix telescope layer key binding 2022-05-21 22:25:59 +08:00
wsdjeg
290b7906d6 feat(lang#postscript): add lang#postscript layer 2022-05-21 13:59:07 +08:00
wsdjeg
1bc0ad8377 feat(verilog): add code runner for verilog 2022-05-20 11:26:05 +08:00
wsdjeg
847fd81ae0 chore(bundle): use bundle vim-assembly 2022-05-20 10:43:05 +08:00
wsdjeg
d69df0a152 feat(projectmanager): improve Telescope project extension 2022-05-19 11:07:16 +08:00
wsdjeg
8deb3918cc feat(project): add SPC p p for telescope layer 2022-05-19 10:08:28 +08:00
wsdjeg
1ff70c5873 fix(gina): use bundle gina & fix conceal setting
close https://github.com/SpaceVim/SpaceVim/issues/4660
2022-05-19 09:10:49 +08:00
Wang Shidong
62a15d02a4
feat(filetree): add nvim-tree.lua 2022-05-19 09:03:59 +08:00
wsdjeg
96d05b9ef5 feat(autohotkey): use bundle vim-autohotkey 2022-05-19 01:01:43 +08:00
wsdjeg
311a1e5146 docs(telescope): add telescope loadable function 2022-05-19 00:39:30 +08:00
wsdjeg
3daea9e7ae feat(mapping): add SPC f v s to view scriptnames 2022-05-18 13:36:05 +08:00
wsdjeg
076c0fe4a6 fix(telescope): fix SPC f f key binding for telescope layer 2022-05-17 21:45:39 +08:00
Wang Shidong
7237a74889
feat(layer): add telescope layer 2022-05-16 22:20:10 +08:00
wsdjeg
48c57041f9 feat(julia): add g d key binding
close https://github.com/SpaceVim/SpaceVim/issues/4669
2022-05-11 18:51:47 +08:00