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

6124 Commits

Author SHA1 Message Date
wsdjeg
9b33d5b909 chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
wsdjeg
cdf4f4f04d fix(markdown): fix markdown ftplugin
close https://github.com/SpaceVim/SpaceVim/issues/4777
2023-03-26 13:37:39 +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
973090c2d8 fix(zettelkasten): check layer_isLoaded before load extension
close https://github.com/SpaceVim/SpaceVim/issues/4807
2023-03-26 13:03:30 +08:00
wsdjeg
468681284d feat(checkers): add open_error_list option
close https://github.com/SpaceVim/SpaceVim/issues/4796
2023-03-25 19:56:07 +08:00
wsdjeg
d5a0d06272 chore(plantuml_previewer): update plantuml_previewer 2023-03-25 15:33:59 +08:00
wsdjeg
9a33b7f001 feat(plantuml): fix lang#plantuml layer
close https://github.com/SpaceVim/SpaceVim/issues/4804
2023-03-25 15:22:49 +08:00
wsdjeg
7e370e7c65 docs(core): update core layer doc 2023-03-24 11:19:58 +08:00
wsdjeg
f5dd857c81 docs(guide): update guide link 2023-03-24 09:39:08 +08:00
wsdjeg
595d98247f docs(lang): update language doc 2023-03-24 09:28:35 +08:00
wsdjeg
4ff428b7a0 fix(list): fix default list mode 2023-03-24 09:21:57 +08:00
wsdjeg
fa888ffb8d feat(option): add enable_list_mode option
close https://github.com/SpaceVim/SpaceVim/issues/4801
2023-03-24 09:13:44 +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
2679430878 fix(xdg): fix xdg support 2023-03-23 22:59:36 +08:00
Mengsheng Wu
c4433b1231
fix(typo): update python guide 2023-03-14 08:23:14 +08:00
wsdjeg
e96ea26df6 fix(option): check packpath option 2023-03-11 22:50:18 +08:00
Nikita Antonenkov
5cf632446b
fix(erlang): fix erlang and lsp layers 2023-03-11 19:27:28 +08:00
Alexandr Kozlenkov
ecea7b4322
fix(status): fix index array 2023-03-11 19:26:17 +08:00
wsdjeg
4c07aa025f fix(install): remove commands checking 2023-02-21 18:59:49 +08:00
wsdjeg
996a79fb11 fix(vim): fix vimrc mkdir function 2023-02-21 18:42:11 +08:00
Elliot Ford
3894f366ec
docs: fix github workflow build badges
See the linked GitHub issue from the previous version of the badge:
https://github.com/badges/shields/issues/8671

In summary, these badges were changed in a breaking fashion such that
the badges were just linking to the github issue rather than showing the
data. Updating the url resolves this.
2023-02-21 14:05:02 +08:00
Lyle McKarns
d757a9a17b
feat(powershell): Adding quite options to powershell exec
Customized profiles can/do break in non-standard terminals, increase execution time, and usually don't help in this context. I'm suggesting a change to an "embedded" or "script" style launching of powershell to accommodate this.
2023-02-21 14:03:31 +08:00
LookForAdmin
1c0b17d6be
fix(install): fix install.sh
fix #4790
2023-02-21 14:02:15 +08:00
wsdjeg
2cd7863325 docs(community): remove links to gitter 2023-02-21 13:54:05 +08:00
wsdjeg
6333a123c8 docs(shields): update shields url 2023-02-19 20:15:28 +08:00
Steve Huff
25e2819b0e
fix(lua): handle missing guioptions 2023-01-18 07:38:14 +08:00
mert
14d66bdb96
fix(mkfontdir): only check for mkfontdir when OS is not Darwin 2023-01-08 12:06:55 +08:00
Olliver Schinagl
9e80d9bbfa
feat:(XDG): add XDG support
* fonts: Ensure mkfontscale is installed

When installing fonts, we have a silent igored error about missing
`mkfontscale` (and `mkfontdir`). Add a requirements check for it, and
'need' it when actually attempting to install fonts.


* fetch_repo: Never change a directory

It is bad practice to change the currents shell working directory. E.g.
never use 'cd' in a script.

For example, if `git pull` crashes, it would leave the user in the git
directory 'somewhere' on his filesystem, potentially causing confusion,
as the following `cd -` command is never executed.

There are of course always exceptions, such as when tooling does not
(easily) support out of tree invocation.

To solve this, run the command in a subshell, which won't touch the
current working directory as the exit of the subshell kept the previous
working directory.

A more difficult alternative would be to pass `--git-dir` and
`--work-tree` along to git, but this would make it far harder to read.

* fetch_repo: Do not duplicate code all over

There is no reason to put `need 'git'` all over the place, when the only
time we truly need it, is if we pull the repo. Make the code a little
less cluttered and a bit easier to read.

* install: Support XDG_CONFIG_HOME

Add support for the XDG specification for XDG_CONFIG_HOME. NeoVIM
already follows this, regular vim needs a bit of help there.

Closes: #3517

* SpaceVim.d: Support XDG paths

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-12-28 14:19:06 +08:00
Ikko Ashimine
09bffd93c0
docs(typo): fix typo in documentation.md
boostrap -> bootstrap
2022-12-28 14:16:14 +08:00
Vladislav Sharapov
3ac0fe27cc
fix(install): fix indentation, remove unnecessary newlines 2022-11-29 19:00:37 +08:00
tbrixen
09593ef85f
docs(typo): fix spelling mistake 2022-11-29 18:59:28 +08:00
Vladislav Sharapov
9cc4d926a7
fix(font): change download font url
Old link redirects to raw.githubusercontent.com.
2022-11-29 18:58:39 +08:00
wsdjeg
1f907973b8 fix(color): fix color vader test 2022-11-21 23:41:49 +08:00
wsdjeg
2fb4a62e36 fix(color): update color map 2022-11-21 23:31:09 +08:00
Martin Bångens
3bea6df3a7
fix(clipboard): remove --nodetach option 2022-11-21 07:53:58 +08:00
wsdjeg
4d02ee3f49 feat(file): add icon for toml file 2022-11-20 22:20:17 +08:00
wsdjeg
961538fc91 fix(colorscheme): fix VertSplit highlight 2022-11-20 22:09:36 +08:00
wsdjeg
458206d350 docs(contribute): update link to matrix 2022-11-20 21:38:53 +08:00
wsdjeg
53c3865f53 docs(file): add filetype icons 2022-11-20 16:45:36 +08:00
wsdjeg
30bbccc5cb chore(init): remove main.vim 2022-11-20 12:33:55 +08:00
wsdjeg
e8f52d50c5 docs(git): add :h git-functions and :h git-branch 2022-11-20 12:04:36 +08:00
wsdjeg
e40635a035 fix(git): add clean.vim 2022-11-19 21:33:45 +08:00
wsdjeg
99e0262f12 feat(git): add :Git clean command 2022-11-19 21:17:12 +08:00
wsdjeg
3d63320771 docs(colorscheme): update doc of colorscheme layer 2022-11-19 20:28:32 +08:00
wsdjeg
ead0478037 fix(typo): fix typo in r and swift layer
merge https://github.com/SpaceVim/SpaceVim/pull/4745

Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-15 07:27:43 +08:00
wsdjeg
885bc3863e docs(layers): fix layers configuration snippet
close https://github.com/SpaceVim/SpaceVim/pull/4751

Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-14 21:18:41 +08:00
wsdjeg
a2ee3119b5 docs(dockerfile): fix typo 2022-11-14 21:09:07 +08:00
wsdjeg
297314e63e docs(dockerfile): update dockerfile doc
merge https://github.com/SpaceVim/SpaceVim/pull/4744

Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-14 21:07:16 +08:00
wsdjeg
1a6160e1cd docs(colorscheme): add missing list
merge 3bc0a1ad21
close https://github.com/SpaceVim/SpaceVim/pull/4746
Co-authored-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
2022-11-14 20:57:53 +08:00
Ricardo Martincoski
1d96c391fa
docs(changelog): update :h SpaceVim-changelog 2022-11-14 20:46:44 +08:00