Skip to content

Commit

Permalink
docs: add italic to hint
Browse files Browse the repository at this point in the history
  • Loading branch information
RayGuo-ergou committed Mar 21, 2024
1 parent 751a78e commit da22b5a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
*Vue language client for coc.nvim*

[neovim/nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) ⚡ 🤝 \
*Vue language server configuration for Neovim* \
*Vue language server configuration for Neovim*

<details>
<summary>How to configure vue language server with neovim and lsp?</summary>

Expand Down Expand Up @@ -78,7 +79,7 @@ mason_lspconfig.setup({

However, after version `2.0.7`, you can explicitly disable hybrid mode therefore there's two more options to config vue-language-server.

__Make sure you have typescript installed globally or pass the location to volar__
*Make sure you have typescript installed globally or pass the location to volar*

```lua
-- If you would like to keep only vue-language-server for all vue, typescript and javascript files you can have the configuration simliar with take over mode
Expand Down

0 comments on commit da22b5a

Please sign in to comment.