Ricardo Martincoski
77dbb96091
fix(typo): Ket -> Key
2022-11-14 14:54:48 +08:00
Ricardo Martincoski
8c33a001d7
docs(dev): change commit desc style guide
...
The vast majority of last 1000 commits do not use a capital letter to
start the <description> field in the commit subject:
$ git log --oneline -n 1000 origin/master | grep ': [A-Z]' | wc -l
11
$ git log --oneline -n 1000 origin/master | grep ': [a-z]' | wc -l
984
Assume this is the new convention and update the doc.
2022-11-14 14:54:04 +08:00
wsdjeg
aced222602
revert(treesitter)!: revert treesitter
2022-11-14 00:10:02 +08:00
wsdjeg
09a5ffee35
perf(treesitter): update bundle nvim-treesitter
2022-11-13 23:50:23 +08:00
wsdjeg
3f14a86e0d
feat(markdown): use bundle markdown plugin
2022-11-13 23:20:09 +08:00
wsdjeg
f0ca1bc6c5
fix(bootstrap): skip error in toml file
2022-11-13 22:24:23 +08:00
wsdjeg
ec0756f309
feat(logger): change logger clock format
2022-11-13 16:44:48 +08:00
wsdjeg
54a8fb0854
fix(logger): fix logger time format
2022-11-13 16:03:33 +08:00
wsdjeg
852add00b8
perf(health): improve layer health checking
2022-11-13 15:41:15 +08:00
wsdjeg
667a25c8e8
docs(community): remove link to smart-questions
...
because I do not like the words:
- idiots
- 白痴
2022-11-13 00:19:30 +08:00
wsdjeg
6afcc76a49
fix(startup): fix startify
...
close https://github.com/SpaceVim/SpaceVim/issues/4706
2022-11-13 00:02:20 +08:00
wsdjeg
ba9af706be
fix(ctags): fix project_root
2022-11-12 22:41:43 +08:00
wsdjeg
c25a40d3e0
perf(ctags): improve ctags log
2022-11-12 22:39:45 +08:00
wsdjeg
a85c19a990
perf(scrollbar): disable scrollbar in git commit buffer
2022-11-12 22:19:00 +08:00
wsdjeg
39750dec56
docs(scrollbar): update doc of scrollbar
2022-11-12 20:36:21 +08:00
wsdjeg
f81873a6ad
docs(wiki): update matrix link
2022-11-11 09:17:53 +08:00
wsdjeg
28d9ebe672
fix(projectmanager): fix rootdir detection for empty buffer
2022-11-06 22:38:04 +08:00
wsdjeg
fd718cae7e
perf(a.lua): improve get alt logic
2022-11-05 23:17:54 +08:00
wsdjeg
539eee1846
fix(a.lua): fix alt function
2022-11-05 22:38:21 +08:00
wsdjeg
cb57c350e6
fix(typo): fix typo in a.lua
2022-11-05 22:36:14 +08:00
wsdjeg
45fc30e1f7
feat(a.lua): improve a.lua plugin
2022-11-05 22:35:13 +08:00
wsdjeg
25cc5bfe80
refactor(a.lua): remove debug log
2022-11-05 22:26:32 +08:00
wsdjeg
49e0e52d51
fix(jc2): fix jc2 classpath
2022-11-02 11:56:07 +08:00
wsdjeg
6f96cce5e5
feat(maven): add maven task provider
2022-11-02 11:37:42 +08:00
wsdjeg
91e367637a
fix(projectmanager): fix root sort function
2022-11-02 10:47:42 +08:00
wsdjeg
0a7ec1a1c5
fix(java): build classpath when switch project
2022-11-02 09:38:10 +08:00
wsdjeg
88489db9c2
fix(checkers): fix statusline for checkers layer
2022-11-02 01:48:12 +08:00
wsdjeg
643dc57720
feat(jc2.vim): use notift and logger api
2022-11-02 01:41:33 +08:00
wsdjeg
6ad45ced73
fix(java): enable jc2 only when no lsp
2022-11-02 00:44:01 +08:00
wsdjeg
2a7798f009
perf(java): change javac display language to en
2022-11-02 00:41:14 +08:00
wsdjeg
2e1ad13d21
chore(java): use bundle javacomplete2
2022-11-02 00:34:34 +08:00
wsdjeg
9b5703af57
feat(tasks): display background or not
2022-11-01 01:33:00 +08:00
Wang Shidong
3db40b345a
feat(tasks): add telescope task
2022-11-01 00:21:03 +08:00
wsdjeg
eb046b23ef
chore(deoplete): update bundle deoplete
2022-10-30 22:29:26 +08:00
wsdjeg
0952764300
chore(deoplete-lsp): update bundle deoplete-lsp
2022-10-30 22:24:49 +08:00
wsdjeg
d6ace74117
fix(lang#c): disable clangx when lsp enabled
2022-10-30 22:00:44 +08:00
wsdjeg
aae60509e8
feat(lang#c): remove invalid entries from neomake
2022-10-30 19:37:01 +08:00
wsdjeg
a23f52bca0
docs(notify): update the doc for notify api
2022-10-29 19:36:11 +08:00
wsdjeg
a6baae5924
perf(projectmanager): improve projectmanager log format
2022-10-29 14:47:29 +08:00
wsdjeg
c25c711d50
fix(tags): fix ctags/gtags exit function
2022-10-29 10:54:42 +08:00
wsdjeg
814c9a6e3c
perf(git): use notify for Git add
command
2022-10-29 10:11:34 +08:00
wsdjeg
e9ecbbc530
feat(notify): support notify multiple lines
2022-10-27 22:27:56 +08:00
wsdjeg
4399354a8f
perf(neoyank): handle errors
2022-10-27 22:01:21 +08:00
wsdjeg
56a1ab4796
fix(neoyank): fix telescope neoyank extension
2022-10-27 20:03:26 +08:00
wsdjeg
265e276634
feat(git): use notify api for Git commit
2022-10-27 19:34:42 +08:00
wsdjeg
f0bdb8a20e
fix(deoplete): fix deoplete for git-commit
2022-10-27 18:12:34 +08:00
wsdjeg
a6c5d56311
fix(gitcommit): fix gitcommit plugin
2022-10-27 17:55:42 +08:00
wsdjeg
591f725e18
feat(unstack): include vim-unstack
2022-10-27 15:44:42 +08:00
wsdjeg
972787e537
fix(jedi): fix jedi error
...
there is error from jedi which can not be handled.
refs:
- https://github.com/neoclide/coc-python/issues/200
- https://github.com/davidhalter/jedi/issues/999
2022-10-27 13:08:24 +08:00
wsdjeg
083a5a2cbb
fix(projectmanager): change rootdir when switch project
2022-10-27 09:20:12 +08:00