Change ruff lsp config
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m49s
Periodic flake update / flake-update (push) Successful in 1m20s

This commit is contained in:
Torjus Håkestad 2024-10-14 10:42:30 +02:00
parent bd5ba8b971
commit 17c2921c05
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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