From 17c2921c0599f315632c8a8ac938f555636390e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 14 Oct 2024 10:42:30 +0200 Subject: [PATCH] Change ruff lsp config --- home/editor/neovim/plugins.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/home/editor/neovim/plugins.lua b/home/editor/neovim/plugins.lua index da90762..6a805d8 100644 --- a/home/editor/neovim/plugins.lua +++ b/home/editor/neovim/plugins.lua @@ -129,11 +129,6 @@ lspconfig.rust_analyzer.setup { -- LSP: python -- Ruff server lspconfig.ruff.setup({ - init_options = { - settings = { - -- Ruff language server settings go here - } - } }) vim.api.nvim_create_autocmd("LspAttach", {