mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 06:27:18 +01:00
use clippy
This commit is contained in:
6
init.lua
6
init.lua
@@ -410,7 +410,11 @@ local servers = {
|
|||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
-- rust_analyzer = {},
|
rust_analyzer = {
|
||||||
|
check = {
|
||||||
|
command = "clippy"
|
||||||
|
}
|
||||||
|
},
|
||||||
tsserver = {
|
tsserver = {
|
||||||
diagnostics = {
|
diagnostics = {
|
||||||
ignoredCodes = {
|
ignoredCodes = {
|
||||||
|
|||||||
Reference in New Issue
Block a user