Skip to content

Commit

Permalink
Increase the size of headings
Browse files Browse the repository at this point in the history
  • Loading branch information
snowsignal committed Apr 17, 2024
1 parent 7c489b3 commit 04932f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/ruff_server/docs/setup/NEOVIM.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Neovim Setup Guide for `ruff server`
# Neovim Setup Guide for `ruff server`

### Using `nvim-lspconfig`
## Using `nvim-lspconfig`

1. Install [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig).
1. Setup `nvim-lspconfig` with the [suggested configuration](https://github.com/neovim/nvim-lspconfig/tree/master#suggested-configuration).
Expand All @@ -17,7 +17,7 @@ on how to configure the server from there.
>
> If you have the older language server (`ruff-lsp`) configured in NeoVim, make sure to disable it to prevent any conflicts.
#### Tips
### Tips

If you're using Ruff alongside another LSP (like Pyright), you may want to defer to that LSP for certain capabilities, like `textDocument/hover`:

Expand Down

0 comments on commit 04932f9

Please sign in to comment.