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
Mengsheng Wu
c4433b1231
fix(typo): update python guide
2023-03-14 08:23:14 +08:00
wsdjeg
4c07aa025f
fix(install): remove commands checking
2023-02-21 18:59:49 +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
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
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
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
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
c25a40d3e0
perf(ctags): improve ctags log
2022-11-12 22:39:45 +08:00
wsdjeg
39750dec56
docs(scrollbar): update doc of scrollbar
2022-11-12 20:36:21 +08:00
Wang Shidong
3db40b345a
feat(tasks): add telescope task
2022-11-01 00:21:03 +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
591f725e18
feat(unstack): include vim-unstack
2022-10-27 15:44:42 +08:00
wsdjeg
f458b75dcb
feat(projectmanager): support project_non_root option
...
the RootchandgeCallback function should only be
called on project.
2022-10-26 18:54:44 +08:00
Wang Shidong
ac74bffee5
feat(zettelkasten): improve zettelkasten layer
2022-10-25 18:35:51 +08:00
wsdjeg
71bc539267
feat(lsp): fix lsp layer options
...
ref: https://github.com/SpaceVim/SpaceVim/issues/4679
2022-10-24 21:54:20 +08:00
wsdjeg
6cc0fc6486
docs(python): update tutorial for python
2022-10-23 16:21:01 +08:00
wsdjeg
70e3570082
feat(runner): add ctrl-` to close code runner windows
2022-10-23 14:04:09 +08:00
wsdjeg
1258f163c7
docs(community): update development and community page
2022-10-22 09:30:04 +08:00
wsdjeg
cb3e1e1807
docs(runner): add custom runner section
2022-10-22 00:14:13 +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
wsdjeg
02afefa413
feat(repl): add i
key binding to insert text
2022-10-20 22:33:26 +08:00
Wang Shidong
342c658509
feat(zettelkasten): add zettelkasten layer
2022-10-18 22:55:34 +08:00
Wang Shidong
2e49f02244
feat(iedit): rewrite iedit in lua ( #4724 )
2022-10-16 13:45:34 +08:00
wsdjeg
1ed769feb2
feat(clipboard): add clipboard#set function
2022-10-11 11:02:00 +08:00
wsdjeg
b8580415e7
docs(index): update index page
2022-10-10 01:12:08 +08:00
wsdjeg
f9c64797a0
docs(website): update community link
2022-10-07 21:00:28 +08:00
wsdjeg
ed993e9284
feat(matrix): update link to matrix
2022-10-07 20:15:58 +08:00
David Vernet
65347eb2dc
typo(website): release
...
[trivial] Fix minor typo: s/relase/release
2022-10-03 08:44:00 +08:00
wsdjeg
4310f0f6f0
docs(community): add link to facebook
2022-09-27 16:20:08 +08:00
wsdjeg
2adcaae6f5
docs(development): update cn chat link
2022-09-25 22:13:35 +08:00
wsdjeg
346ee8b01e
docs(development): update development page
2022-09-25 22:02:02 +08:00
wsdjeg
94546dccd5
docs(community): add link to reddit
2022-09-25 20:08:43 +08:00
wsdjeg
cf7089cfc8
chore(chat): add gitter js
2022-09-25 20:05:09 +08:00
wsdjeg
e6d7b4430a
docs(website): update faq
...
close https://github.com/SpaceVim/SpaceVim/issues/4705
2022-09-25 17:21:59 +08:00
zackzhangkai
3635c7775c
docs(website): typo in website
...
Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Co-authored-by: 张凯 <zackzhangkai@gmail.com>
2022-09-24 20:09:51 +08:00
Ikko Ashimine
b07b5038af
docs(lsp): fix typo in language-server-protocol.md
...
identifer -> identifier
2022-09-18 12:03:25 +08:00
zackzhangkai
772f830b62
docs(typo): fix typo in website
...
Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Co-authored-by: 张凯 <zackzhangkai@gmail.com>
2022-09-18 12:02:12 +08:00
wsdjeg
9384daa3d6
docs(community): add issue links
2022-09-10 19:23:03 +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
Alecu Ștefan-Iulian
ba187ae41f
docs(index): add vim versions
...
Co-authored-by: Ștefan-Iulian Alecu <salecu@talentingsoftware.com>
2022-07-25 21:04:16 +08:00
wsdjeg
15a33422d4
docs(community): update link of the chatting rooms
2022-07-18 19:31:27 +08:00