Clear out python + fix vim config
This commit is contained in:
parent
98ab0e1a4c
commit
d5fb5ba07b
3 changed files with 4 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
../../modules/hm/development/latex.nix
|
||||
../../modules/hm/development/markdown.nix
|
||||
../../modules/hm/development/nix.nix
|
||||
../../modules/hm/development/python.nix
|
||||
# ../../modules/hm/development/python.nix
|
||||
# ../../modules/hm/development/rust.nix
|
||||
../../modules/hm/development/web.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ in
|
|||
[
|
||||
py
|
||||
pyPkgs.black
|
||||
pkgs.ruff
|
||||
]
|
||||
++ lib.optionals config.programs.helix.enable (
|
||||
(builtins.attrValues { inherit (pyPkgs) python-lsp-server pyls-flake8 pyls-isort; })
|
||||
|
|
@ -22,5 +23,4 @@ in
|
|||
(builtins.attrValues { inherit (pyPkgs) python-lsp-server pyls-flake8 pyls-isort; })
|
||||
++ pyPkgs.python-lsp-server.optional-dependencies.all
|
||||
);
|
||||
programs.neovim.withPython3 = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ in
|
|||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
|
||||
withPython3 = true;
|
||||
|
||||
plugins = [
|
||||
vp.plenary-nvim
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue