1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 02:30:03 +08:00

Fix typo in documentation (#3142)

The word `maybe` seems a bit out of place in the sentence. `may` fits better.
This commit is contained in:
Kinyanjui Wangonya 2019-10-12 15:28:35 +03:00 committed by Wang Shidong
parent 4c37a26095
commit a0f89a398b

View File

@ -1162,7 +1162,7 @@ To change the filemanager plugin:
filemanager = "defx"
```
VCS integration is supported, there will be a column status, this feature maybe make vimfiler slow, so it is not enabled by default.
VCS integration is supported, there will be a column status, this feature may make vimfiler slow, so it is not enabled by default.
To enable this feature, add `enable_vimfiler_gitstatus = true` to your custom configure.
Here is a picture for this feature: