style: Formatting
This commit is contained in:
parent
5a44773a3d
commit
be0d9e3b66
1 changed files with 9 additions and 9 deletions
18
flake.nix
18
flake.nix
|
@ -102,19 +102,19 @@
|
|||
# this includes LSPs
|
||||
lspsAndRuntimeDeps = with pkgs; {
|
||||
general = [
|
||||
universal-ctags
|
||||
curl
|
||||
lazygit
|
||||
ripgrep
|
||||
fd
|
||||
stdenv.cc.cc
|
||||
lua-language-server
|
||||
nil
|
||||
stylua
|
||||
alejandra
|
||||
biome
|
||||
curl
|
||||
fd
|
||||
lazygit
|
||||
lua-language-server
|
||||
nil
|
||||
nodePackages.prettier
|
||||
ripgrep
|
||||
stdenv.cc.cc
|
||||
stylelint
|
||||
stylua
|
||||
universal-ctags
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue