diff --git a/README.md b/README.md index ccc82bd..6ed617b 100644 --- a/README.md +++ b/README.md @@ -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/