-
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.
Switch to vls package and latest version (#68)
The vue-language-server package is deprecated in favor of vls.
- Loading branch information
Showing
4 changed files
with
1,474 additions
and
1,723 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,10 +1,15 @@ | ||
# LSP-vue | ||
|
||
Vue support for Sublime's LSP plugin. | ||
This is a helper package that automatically installs and updates the | ||
[Vue Language Server]() (vetur) for you. | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
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. | ||
* Restart Sublime. | ||
|
||
### Configuration | ||
|
||
Configure the vue language server by accessing `Preferences > Package Settings > LSP > Servers > LSP-vue`. | ||
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`). |
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
Oops, something went wrong.
The link seems to be missing here?