update
This commit is contained in:
parent
bef2f33154
commit
f1450e160c
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -190,6 +190,9 @@ vim.api.nvim_create_autocmd('BufWritePre', {
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
require('lspconfig').ruff_lsp.setup {
|
require('lspconfig').ruff_lsp.setup {
|
||||||
|
on_attach = function(client)
|
||||||
|
client.server_capabilities.hoverProvider = false
|
||||||
|
end,
|
||||||
init_options = {
|
init_options = {
|
||||||
settings = {
|
settings = {
|
||||||
-- Any extra CLI arguments for `ruff` go here.
|
-- Any extra CLI arguments for `ruff` go here.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue