refactor(nvim): move packages out of config to devShells

This commit is contained in:
matt1432 2024-12-22 00:04:13 -05:00
parent 0f627107ce
commit 346077c0e0
16 changed files with 144 additions and 107 deletions
homeManagerModules/neovim/langs/python

View file

@ -8,6 +8,7 @@
cfg = config.programs.neovim;
# We keep the packages here because python is a bit complicated and common
pythonPkgs = py:
(attrValues {
inherit (py) python-lsp-server;