Sébastien Santoro
0d61594246
docs(gtags): document ctags_bin gtags layer option
2022-04-05 20:45:37 +08:00
wsdjeg
db7dee960f
feat(checkers): add lint_exclude_filetype
option
...
close https://github.com/SpaceVim/SpaceVim/issues/4553
2022-03-22 19:17:40 +08:00
wsdjeg
3dccacb0d8
fix(ui): fix indentline_exclude_filetype
option
2022-03-22 19:11:29 +08:00
wsdjeg
88f4eac845
docs(mail): add doc for mail
layer
2022-03-22 18:52:13 +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
Grafcube
489edbaeda
feat(test): add vim ultest
2022-02-19 08:54:42 +08:00
Grafcube
e61e78b0bc
feat(format): add silent_format
to format layer
2022-02-08 23:11:57 +08:00
wsdjeg
01934e0152
docs(website): fix type in edit
layer page
2022-02-05 22:58:30 +08:00
wsdjeg
53ec0d171f
docs(website): update edit
layer doc
2022-02-05 22:57:15 +08:00
wsdjeg
95921517a7
fix(unite): fix SPC i s
key binding
2022-02-03 20:31:06 +08:00
wsdjeg
95e2352940
fix(snippet): fix key binding SPC i s
...
close https://github.com/SpaceVim/SpaceVim/issues/4571
2022-02-03 19:05:50 +08:00
Jedsek
12fd191686
docs(chat): update doc for chat
layer
2022-02-02 14:15:19 +08:00
Grafcube
18e3252034
docs(debug): add keybinds doc for vimspector
2022-02-02 14:13:14 +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
Kun Lin
3863ea6381
feat(chinese): add key binding to convert Chinese number to digit
2021-12-13 21:50:38 +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
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