1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 23:49:19 +08:00

Merge pull request #2243 from birdayz/master

fix typo
This commit is contained in:
Wang Shidong 2018-10-07 09:28:15 +08:00 committed by GitHub
commit 5485d0f742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ within above picture, we can see the checkers layer provides following feature:
## Import packages
There are two kind features for importing packages, import packages automatically and manually. SpaceVim will import the packages after selecting the class name on popmenu.
Also, you can sue key binding `<F4>` to import the class at the cursor point. If there are more than one class, a menu will be shown below current windows.
Also, you can use key binding `<F4>` to import the class at the cursor point. If there are more than one class, a menu will be shown below current windows.
![import class](https://user-images.githubusercontent.com/13142418/46298485-c04e6500-c5d1-11e8-96f3-01d84f9fe237.png)