user/neovim: disable rust-analyzer incorrect-ident-case
This commit is contained in:
parent
1747b9c918
commit
9063ff9dda
1 changed files with 3 additions and 0 deletions
|
|
@ -216,6 +216,9 @@ nvim_lsp.rust_analyzer.setup {
|
||||||
enforce = true,
|
enforce = true,
|
||||||
group = "module"
|
group = "module"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
diagnostics = {
|
||||||
|
disabled = { "incorrect-ident-case" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue