-- -- Author : Dennis Eriksen -- File : python.lua -- Created : 2024-02-15 -- return { { -- https://github.com/neovim/nvim-lspconfig "neovim/nvim-lspconfig", opts = { servers = { ruff_lsp = { mason = false, } } } }, { -- https://github.com/stevearc/conform.nvim "stevearc/conform.nvim", opts = { formatters_by_ft = { python = { "ruff_fix", "ruff_format" }, }, }, }, }