neovim additions

This commit is contained in:
afoucaultc 2026-08-20 13:20:05 +02:00
parent 315e988734
commit 409f13a1db
25 changed files with 242 additions and 86 deletions

View file

@ -8,6 +8,10 @@
nix = [ "nixfmt" ];
lua = [ "stylua" ];
python = [ "ruff_format" ];
format_on_save = {
lsp_fallback = true;
timeout_ms = 500;
};
};
};
};