update
This commit is contained in:
parent
a729c1ecf1
commit
6a47c65f5c
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -213,7 +213,7 @@ vim.api.nvim_create_autocmd('BufWritePre', {
|
|||
vim.lsp.buf.format()
|
||||
end,
|
||||
})
|
||||
require('lspconfig').ruff_lsp.setup {
|
||||
require('lspconfig').ruff.setup {
|
||||
on_attach = function(client)
|
||||
client.server_capabilities.hoverProvider = false
|
||||
end,
|
||||
|
|
|
|||
Loading…
Reference in a new issue