Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukkee authored and mattn committed Mar 19, 2024
1 parent 069e91e commit a936239
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ You can change the directory to install servers by set `g:lsp_settings_servers_d
| Vim | vim-language-server | Yes | Yes |
| Vala | vala-language-server | No | No |
| Veryl | veryl-ls | Yes | Yes |
| Vue | volar-server | Yes | Yes |
| Vue | volar-server (Vue Language Tools) | Yes | Yes |
| Vue | vls | Yes | Yes |
| V | v-analyzer | Yes | Yes |
| V | vlang-vls | Yes | Yes |
Expand Down Expand Up @@ -315,6 +315,14 @@ To use sorbet, you need to install rubocop in your Ruby project using bundler.
Also, [Watchman](https://facebook.github.io/watchman/) is required to watch file changes.
For more details, please see [Sorbet](https://sorbet.org/docs/vscode#installing-and-enabling-the-sorbet-extension) and [Watchman](https://facebook.github.io/watchman/docs/install.html) documentations.

### [volar (Vue Language Tools)](https://github.com/vuejs/language-tools)

To enable full Vue support, both `typescript-language-server` and `volar-server` should be installed and enabled in `vue` filetype.

```vim
let g:lsp_settings_filetype_vue = ['typescript-language-server', 'volar-server']
```

## Extra Configurations

Most of the configurations are not required.
Expand Down

0 comments on commit a936239

Please sign in to comment.