-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
# LSP-vue | ||
|
||
This is a helper package that automatically installs and updates the | ||
[Vue Language Server](https://github.com/vuejs/vetur/) (vetur) for you. | ||
This is a helper package that automatically installs and updates the [Vue Language Server](https://github.com/vuejs/vetur/) (vetur) for you. | ||
|
||
To use this package, you must have the [LSP](https://packagecontrol.io/packages/LSP) package installed as well. | ||
|
||
### Installation | ||
|
||
* Install [LSP](https://packagecontrol.io/packages/LSP), [Vue Syntax Highlight](https://packagecontrol.io/packages/Vue%20Syntax%20Highlight) and `LSP-vue` from Package Control. | ||
* Install [LSP](https://packagecontrol.io/packages/LSP) | ||
* Install [Vue Syntax Highlight](https://packagecontrol.io/packages/Vue%20Syntax%20Highlight) | ||
* Install `LSP-vue` from Package Control. | ||
* Restart Sublime. | ||
|
||
### Configuration | ||
|
||
Open configuration file using command palette with `Preferences: LSP-vue Settings` command or opening it from the Sublime menu (`Preferences > Package Settings > LSP > Servers > LSP-vue`). | ||
|
||
See also the documentation for the underlaying `Vetur` server that provides all the features: https://vuejs.github.io/vetur/ |