wsdjeg
|
43beabab1a
|
docs(clang): fix doc for clang std
|
2023-04-06 23:05:02 +08:00 |
|
wsdjeg
|
91cc06bf4c
|
fix(clojure): fix repl key binding
|
2023-04-01 21:33:54 +08:00 |
|
wsdjeg
|
ad491c4025
|
feat(json5): add json5 support
close https://github.com/SpaceVim/SpaceVim/issues/4776
|
2023-03-26 13:11:24 +08:00 |
|
wsdjeg
|
73a7242daa
|
docs(bash): update lang#sh layer doc
close https://github.com/SpaceVim/SpaceVim/issues/4781
|
2023-03-23 23:35:31 +08:00 |
|
wsdjeg
|
aae60509e8
|
feat(lang#c): remove invalid entries from neomake
|
2022-10-30 19:37:01 +08:00 |
|
wsdjeg
|
b488dd5aeb
|
feat(go): update go layer doc
close https://github.com/SpaceVim/SpaceVim/issues/3444
|
2022-10-21 12:05:12 +08:00 |
|
Austin Ziegler
|
9fa6fad9ed
|
docs(aspectj): AspectJ support has been misspelled
- The filename is correct, but the contents have been misspelled. I've
used `fastmod` to do a mechanical replace of `asepctj` to `aspectj`.
|
2022-07-29 07:46:26 +08:00 |
|
wsdjeg
|
d66173b58a
|
feat(pylsp): add support for pylsp
|
2022-06-07 23:50:28 +08:00 |
|
wsdjeg
|
52df4ec9fe
|
feat(lang#ruby): use bundle vim-ruby
|
2022-05-28 19:32:08 +08:00 |
|
wsdjeg
|
e85d10ffb5
|
docs(go): update golang doc
|
2022-05-27 12:12:30 +08:00 |
|
wsdjeg
|
1efbd9998d
|
docs(format): format documentation text
|
2022-05-27 11:50:39 +08:00 |
|
wsdjeg
|
50a93380d3
|
docs(go): update lang#go layer page
|
2022-05-27 11:48:19 +08:00 |
|
wsdjeg
|
1525b972b5
|
docs(cmake): add doc for :Cmake command
|
2022-05-24 23:12:06 +08:00 |
|
Wang Shidong
|
4dbbad92f0
|
feat(layer): add lang#cmake layer
|
2022-05-22 17:18:29 +08:00 |
|
wsdjeg
|
290b7906d6
|
feat(lang#postscript): add lang#postscript layer
|
2022-05-21 13:59:07 +08:00 |
|
wsdjeg
|
11f8c784c7
|
docs(lang#autohotkey): update doc of lang#autohotkey layer
|
2022-05-19 01:12:23 +08:00 |
|
wsdjeg
|
a7db14e865
|
feat(layer): add lang#jsonnet layer
|
2022-05-08 19:01:53 +08:00 |
|
wsdjeg
|
29dcb31e47
|
feat(lang#c): update lsp key binding for lang#c layer
|
2022-04-26 01:45:08 +08:00 |
|
wsdjeg
|
205d2c7cd6
|
feat(haxe): add repl support for haxe
|
2022-04-23 23:23:08 +08:00 |
|
wsdjeg
|
0580b46668
|
docs(haxe): add page for lang#haxe layer
|
2022-04-23 23:11:04 +08:00 |
|
wsdjeg
|
e6ae82c892
|
docs(teal): add page for lang#teal layer
|
2022-04-23 21:32:35 +08:00 |
|
wsdjeg
|
1611aecc49
|
feat(verilog): add lang#verilog layer
|
2022-04-15 20:36:45 +08:00 |
|
wsdjeg
|
e32ec1f886
|
fix(lang#php)!: change g D key binding
BREAKING CHANGE: use `g D` to jump to declaration
|
2022-04-13 19:19:48 +08:00 |
|
wsdjeg
|
dc01a27d4a
|
docs(php): update doc of lang#php layer
|
2022-04-13 17:46:41 +08:00 |
|
Russell
|
27c0f5585c
|
docs(kotlin): update doc for kotlin layer
Signed-off-by: Russell Richardson <admin@russ.network>
|
2022-03-22 12:07:12 +08:00 |
|
Kun Lin
|
b1a3c0510c
|
feat(markdown): add a new key binding for RemoveToc
|
2022-03-19 20:10:56 +08:00 |
|
Sven Tennie
|
0fdf5c8c07
|
feat(lang#nix): Add additional LSP command bindings
|
2022-01-25 21:23:31 +08:00 |
|
Grafcube
|
29c10f0b3b
|
feat(layer): Add cargo-clippy to Rust layer
|
2022-01-25 21:22:30 +08:00 |
|
Wang Shidong
|
0f2a73df99
|
feat(org): improve lang#org layer
|
2022-01-13 19:23:34 +08:00 |
|
Twice
|
5b6e41f1bb
|
docs(lang#c): typo in clang example
|
2021-12-13 21:52:51 +08:00 |
|
Justin Angeles
|
6ecba06f21
|
fix(lang#ruby): fix typo in layer doc
|
2021-12-04 13:58:44 +08:00 |
|
Shidong Wang
|
b07f22875e
|
docs(lang#python): update lsp doc for python
|
2021-10-29 20:03:07 +08:00 |
|
danchev
|
5d9a09751d
|
fix(lang#python): fix typo in coverage key bindings
|
2021-10-27 12:45:37 +08:00 |
|
Torrez, Milton N
|
c5ca267ed9
|
docs(lang#html): fix layer option demo
change `[layers]` to `[[layers]]`
|
2021-10-07 09:29:12 +08:00 |
|
Shidong Wang
|
e33aeb1b00
|
fix(layer): add :h SpaceVim-layers-lang-vue
Problem: failed to lint vue file.
Solution:
1. change eslint-plugin-html to eslint-plugin-vue
2. update vue layer page
3. add `:h SpaceVim-layers-lang-vue`
close https://github.com/SpaceVim/SpaceVim/issues/4488
|
2021-10-01 23:23:09 +08:00 |
|
LookForAdmin
|
4ea483fdae
|
doc(layer): use go install replace go get
Problem: Starting in Go 1.17, `go get` is deprecated.
Solution: use `go install` instead.
|
2021-10-01 14:30:03 +08:00 |
|
Kaszanas
|
8146051d5e
|
Fixed typo in layers/lang/go.md (#4452)
refernce -> reference
|
2021-09-02 13:37:12 +08:00 |
|
Wang Shidong
|
943d34a1d2
|
Add option for emmet (#4451)
* Add options for setting emmet filetype
close https://github.com/SpaceVim/SpaceVim/issues/4247
* Update
* Update
|
2021-09-01 21:16:13 +08:00 |
|
Wang Shidong
|
f286e5a83c
|
Fix typescript eslint maker (#4441)
close #4440
|
2021-08-28 19:51:05 +08:00 |
|
Andre S
|
5b7535bf80
|
Fixed typescript installation issue (#4314)
|
2021-07-03 21:52:46 +08:00 |
|
Isho
|
7fc00c9c81
|
Update documentation (#4253)
|
2021-06-21 20:39:29 +08:00 |
|
Wang Shidong
|
5585f0faad
|
Update language list (#4203)
|
2021-05-31 23:34:07 +08:00 |
|
Wang Shidong
|
7ae88264ee
|
Add Fennel language support (#4260)
|
2021-05-07 22:22:59 +08:00 |
|
Wang Shidong
|
c20177c401
|
Update doc (#4246)
|
2021-05-07 19:29:32 +08:00 |
|
Wang Shidong
|
2872e9ab5f
|
Update lang#hy layer (#4232)
|
2021-04-25 21:09:05 +08:00 |
|
Wang Shidong
|
dbd644225e
|
Update lang#coffeescript layer (#4229)
|
2021-04-24 22:41:36 +08:00 |
|
Wang Shidong
|
1512348f09
|
Update lang#dart layer (#4228)
|
2021-04-24 22:12:14 +08:00 |
|
Wang Shidong
|
23c05a3caa
|
Update lang#php layer (#4226)
|
2021-04-24 16:47:59 +08:00 |
|
Wang Shidong
|
172579a260
|
Fix Objective C language support (#4215)
|
2021-04-18 15:34:41 +08:00 |
|
Wang Shidong
|
3dadbf55df
|
Add lang#e layer (#4210)
|
2021-04-15 23:47:29 +08:00 |
|