From 0a95bed483a18be791f01bf3a5bcbe59396d66c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 24 Feb 2023 11:29:26 +0100 Subject: [PATCH] lsp: rust no longer uses clippy, remove solidity --- lua/plugins/lsp.lua | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index be71982..c349d84 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -63,24 +63,14 @@ return { 'folke/neodev.nvim', }, - config = function () + config = function() local servers = { -- clangd = {}, -- gopls = {}, marksman = {}, pyright = {}, tsserver = {}, - solc = {}, - - rust_analyzer = { - checkOnSave = { - allFeatures = true, - overrideCommand = { - 'cargo', 'clippy', '--workspace', '--message-format=json', - '--all-targets', '--all-features' - } - } - }, + rust_analyzer = {}, lua_ls = { Lua = { workspace = { checkThirdParty = false }, @@ -123,7 +113,7 @@ return { dependencies = { 'nvim-lua/plenary.nvim' }, - config = function () + config = function() local null_ls = require("null-ls") null_ls.setup({