quick add on niri

This commit is contained in:
afoucaultc 2026-08-23 09:42:08 +02:00
parent 9ec0f2b20d
commit 1562c3b39b
69 changed files with 48 additions and 3226 deletions

View file

@ -4,10 +4,12 @@
plugins = {
conform-nvim = {
enable = true;
settings.formatters_by_ft = {
nix = [ "nixfmt" ];
lua = [ "stylua" ];
python = [ "ruff_format" ];
settings = {
formatters_by_ft = {
nix = [ "nixfmt" ];
lua = [ "stylua" ];
python = [ "ruff_format" ];
};
format_on_save = {
lsp_fallback = true;
timeout_ms = 500;