mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 02:05:40 +08:00
Minor English changes (#2357)
This commit is contained in:
parent
7309a28ff1
commit
1b92d31fc4
@ -29,7 +29,7 @@ Each of the following sections will be covered:
|
||||
|
||||
### Enable language layer
|
||||
|
||||
To add python language support in SpaceVim, you need to enable `lang#python` layer. Just press `SPC f v d` to open
|
||||
To add python language support in SpaceVim, you need to enable the `lang#python` layer. Press `SPC f v d` to open
|
||||
SpaceVim configuration file, and add following configuration:
|
||||
|
||||
```toml
|
||||
@ -41,17 +41,16 @@ for more info, you can read the [lang#python](../layers/lang/python/) layer docu
|
||||
|
||||
### Code completion
|
||||
|
||||
Base on which completion engine is used, `lang#python` layer load the jedi plugin automatically.
|
||||
`lang#python` layer will load the jedi plugin automatically, unless overriden in your `init.toml`.
|
||||
The completion menu will be opened as you type.
|
||||
|
||||

|
||||
|
||||
### Syntax lint
|
||||
### Syntax linting
|
||||
|
||||
1. [neomake](https://github.com/neomake/neomake) - Asynchronous linting and make framework for Neovim/Vim
|
||||
|
||||
I am maintainer of javac maker in neomake, the javac maker support maven project, gradle project or eclipse project.
|
||||
also you can set the classpath.
|
||||
The javac maker in neomake supports maven projects, gradle projects or eclipse projects. You can also set the classpath.
|
||||
|
||||
### Import packages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user