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
|
# ^ bleeding-edge plugins from flake inputs
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs;
|
||||||
|
[
|
||||||
# Dependencies
|
# Dependencies
|
||||||
ripgrep
|
ripgrep
|
||||||
|
|
||||||
|
@ -131,13 +132,15 @@ with final.pkgs.lib; let
|
||||||
nil # nix LSP
|
nil # nix LSP
|
||||||
nodePackages.bash-language-server # Bash language server
|
nodePackages.bash-language-server # Bash language server
|
||||||
lua-language-server
|
lua-language-server
|
||||||
] ++ [ (pkgs.python312.withPackages (python-pkgs: [
|
]
|
||||||
|
++ [
|
||||||
|
(pkgs.python312.withPackages (python-pkgs: [
|
||||||
python-pkgs.python-lsp-server
|
python-pkgs.python-lsp-server
|
||||||
python-pkgs.python-lsp-ruff
|
python-pkgs.python-lsp-ruff
|
||||||
python-pkgs.pylsp-mypy
|
python-pkgs.pylsp-mypy
|
||||||
python-pkgs.pylsp-rope
|
python-pkgs.pylsp-rope
|
||||||
]))];
|
]))
|
||||||
|
];
|
||||||
in {
|
in {
|
||||||
# This is the neovim derivation
|
# This is the neovim derivation
|
||||||
# returned by the overlay
|
# returned by the overlay
|
||||||
|
|
Loading…
Reference in a new issue