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", {