Skip to content

Commit

Permalink
docs(fix): update reference to disable automatic installation of lsp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeOj authored Jan 17, 2024
1 parent 2854a7d commit 741711d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/language-features/language-servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ configure it automatically for you.
### Manual installation

```lua
lvim.lsp.automatic_servers_installation = false
lvim.lsp.installer.setup.automatic_installation = false
```

Please refer to [mason](https://github.com/williamboman/mason.nvim) to see the updated full list of
Expand Down

0 comments on commit 741711d

Please sign in to comment.