Skip to content

Commit

Permalink
Add link to vetur documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Aug 3, 2021
1 parent 0c4449e commit 04eed66
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
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/

0 comments on commit 04eed66

Please sign in to comment.