i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Disable ruff formatter in favor of ruff lsp

-1
-1
nvim/.config/nvim/lua/plugins.lua
··· 314 314 opts = { 315 315 formatters_by_ft = { 316 316 lua = { "stylua" }, 317 - python = { "ruff" }, 318 317 yaml = { "yamlfmt" }, 319 318 javascript = { { "prettierd", "prettier" } }, 320 319 javascriptreact = { { "prettierd", "prettier" } },