Nvim fixes #97

Merged
jalil merged 3 commits from fix-nvim into main 2024-10-06 00:35:59 +02:00
Showing only changes of commit 78d61c2dba - Show all commits

View file

@ -53,13 +53,11 @@
]; ];
# Formatting & linters # Formatting & linters
extraPackages = [ extraPackages = [
# Rust 1.80.0 broke it, waiting for https://github.com/Aloxaf/silicon/pull/254 to be accepted
pkgs.silicon
pkgs.unstable.alejandra
pkgs.unstable.luajitPackages.jsregexp pkgs.unstable.luajitPackages.jsregexp
pkgs.unstable.shfmt
pkgs.unstable.silicon
pkgs.unstable.statix pkgs.unstable.statix
pkgs.unstable.stylua pkgs.unstable.stylua
pkgs.unstable.shfmt
pkgs.unstable.taplo pkgs.unstable.taplo
pkgs.unstable.typos pkgs.unstable.typos
pkgs.unstable.yamlfmt pkgs.unstable.yamlfmt