Skip to content

Commit

Permalink
ruff server: fix Neovim setup guide command (#11021)
Browse files Browse the repository at this point in the history
  • Loading branch information
MithicSpirit committed Apr 19, 2024
1 parent 33529c0 commit 5d3c9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_server/docs/setup/NEOVIM.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d3c9f2

Please sign in to comment.