Skip to content

Commit ffc1dac

Browse files
committed
rm useless doc
1 parent b497c2c commit ffc1dac

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

src/routes/docs/config/lsp.mdx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,7 @@ end
5858
```
5959
## Mason.nvim
6060

61-
The `mason.nvim` plugin is used to download LSP servers, formatters, linters, and debug adapters. It's better to list all your required packages in your Mason override config, so they automatically download when running `MasonInstallAll` command.
62-
63-
You can find the exact name of the LSP packages using `:Mason`, that will open a window.
64-
65-
```lua
66-
{
67-
"williamboman/mason.nvim",
68-
opts = {
69-
ensure_installed = {
70-
"lua-language-server",
71-
"html-lsp",
72-
"prettier",
73-
"stylua"
74-
},
75-
},
76-
}
77-
```
61+
Run the `MasonInstallAll` command
7862

7963
<br />
8064

0 commit comments

Comments
 (0)