mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 02:38:25 +00:00
ruff server
: fix Neovim setup guide command (#11021)
This commit is contained in:
parent
33529c049e
commit
5d3c9f2637
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
1. Finally, add this to your `init.lua`:
|
||||
|
||||
```lua
|
||||
require('lspconfig').ruff.setup()
|
||||
require('lspconfig').ruff.setup {}
|
||||
```
|
||||
|
||||
See [`nvim-lspconfig`'s server configuration guide](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruff) for more details
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue