fix: Formatting
This commit is contained in:
parent
b75e7c94f5
commit
ea68d8de0b
1 changed files with 20 additions and 17 deletions
|
@ -120,7 +120,8 @@ with final.pkgs.lib; let
|
|||
# ^ bleeding-edge plugins from flake inputs
|
||||
];
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
extraPackages = with pkgs;
|
||||
[
|
||||
# Dependencies
|
||||
ripgrep
|
||||
|
||||
|
@ -131,13 +132,15 @@ with final.pkgs.lib; let
|
|||
nil # nix LSP
|
||||
nodePackages.bash-language-server # Bash language server
|
||||
lua-language-server
|
||||
] ++ [ (pkgs.python312.withPackages (python-pkgs: [
|
||||
]
|
||||
++ [
|
||||
(pkgs.python312.withPackages (python-pkgs: [
|
||||
python-pkgs.python-lsp-server
|
||||
python-pkgs.python-lsp-ruff
|
||||
python-pkgs.pylsp-mypy
|
||||
python-pkgs.pylsp-rope
|
||||
]))];
|
||||
|
||||
]))
|
||||
];
|
||||
in {
|
||||
# This is the neovim derivation
|
||||
# returned by the overlay
|
||||
|
|
Loading…
Reference in a new issue