Aron Griffis
04e4b3d121
feat(format): add vim-codefmt support
...
Co-authored-by: Wang Shidong <wsdjeg@outlook.com>
2021-10-23 14:50:09 +08:00
Shidong Wang
f6ac73b175
revert(shell)!: revert key binding <Esc>
in terminal mode
...
Problem: There is no way to send Esc to terminal
Solution: revert Esc in terminal, add ctrl-` key binding to
hide terminal from terminal mode.
merge: https://github.com/SpaceVim/SpaceVim/pull/3170
BREAKING CHANGE: revert key binding `<Esc>` in terminal mode
Co-authored-by: Clément Joly <oss@171819.xyz>
2021-10-17 23:51:28 +08:00
Shidong Wang
2ae9a354f8
docs(ssh): update ssh layer page
2021-10-16 22:27:09 +08:00
Shidong Wang
3f8724524d
feat(ssh): add ssh
layer
2021-10-16 22:23:53 +08:00
Shidong Wang
56b9d14e9a
refactor(tools#mpv)!: change default musics_directory
...
BREAKING CHANGE: `~/Music` is standard on macOS and
also on FreeDesktop's XDG.
2021-10-14 23:45:36 +08:00
Shidong Wang
cc73d9dd30
feat(lsp): add vim-language-server command
2021-10-07 22:22:36 +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
db34307c46
doc(lsp
): update lsp
layer doc
2021-10-05 23:39:59 +08:00
Shidong Wang
22b663b5b9
feat(layer): add treesitter
layer
2021-10-05 15:30:36 +08:00
Wang Shidong
da18ba0a45
feat(lsp): add neovim-lsp ( #4319 )
2021-10-05 15:13:10 +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
Jaryk
14d75c0441
fix(lsp): replace javascript lsp command
2021-10-01 14:27:58 +08:00
Jaryk
218f16e4f5
fix(lsp): specify cmd for typescriptreact
2021-09-22 11:25:11 +08:00
Wang Shidong
68e123447a
Update core
layer ( #4467 )
2021-09-19 17:32:31 +08:00
Wang Shidong
05e45fc053
Improve ui
layer ( #4455 )
2021-09-08 10:35:38 +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
Wang Shidong
5c8e9ac781
Improve cscope layer ( #4418 )
2021-08-22 14:35:22 +08:00
Wang Shidong
3b455c1b7f
Add option for disable smooth scrolling & fix css ( #4387 )
2021-08-12 23:26:05 +08:00
Wang Shidong
8dc62173ab
Add option to hilight cursorword ( #4385 )
2021-08-11 18:51:20 +08:00
Jozsef Lazar
46346dd719
update default go-lsp to gopls ( #4338 )
2021-07-19 20:54:41 +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
Isho
9a568151c6
Fix broken link ( #4256 )
2021-05-06 10:10:08 +08:00
Isho
c5e691c322
Add relevant repo links to the fuzzy finder layer pages ( #4239 )
2021-05-02 21:20:38 +08:00
Isho
3568bcbfae
Add links to the available git_plugins ( #4238 )
2021-04-28 12:18:13 +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
Wang Shidong
e780e67112
Fix lang#html layer ( #4202 )
2021-04-12 23:36:43 +08:00
Goran Mekić
7b0743077a
Format on save with clang-format ( #4195 )
2021-04-11 17:51:03 +08:00
Wang Shidong
c95b610ac5
Update doc of git layer ( #4192 )
2021-04-11 14:13:57 +08:00
Wang Shidong
5268e5210a
Add SPC x l key binding group ( #4182 )
2021-04-10 20:10:16 +08:00
Goran Mekić
a1909e1b69
Add format_on_save toggle for javascript ( #4183 )
2021-04-10 19:40:18 +08:00
Lin Kun
f56854c5d7
Add SPC l c and SPC l u for lang#markdown layer #4163
2021-04-05 14:47:46 +08:00
Duc Nguyen
55a7b77786
docs: fix typos in edit layer ( #4166 )
...
+ Change spelling to `objects` for `edit` layer.
2021-04-04 06:53:11 +08:00
Wang Shidong
504a646f05
Update lang#ruby
layer ( #4164 )
2021-04-03 22:07:15 +08:00
Lin Kun
b64eb80789
Doc: update markdown documents. ( #4162 )
...
Co-authored-by: Kun Lin <ssfjhh@gmail.com>
2021-04-03 19:59:14 +08:00
Wang Shidong
50c7c3bebc
Update python doc ( #4154 )
2021-03-31 21:35:26 +08:00
Wang Shidong
6a9b01def5
Add lang#reason & lang#rescript layer ( #4089 )
2021-02-15 15:14:24 +08:00
Shidong Wang
2d9a05299d
Update the doc of lang#pascal layer
2021-02-10 21:26:32 +08:00
Wang Shidong
4a6e7f7331
Change Lint options ( #3943 )
2021-02-10 10:31:34 +08:00