This commit is contained in:
iFargle 2023-08-30 12:29:21 +09:00
parent 08953e6900
commit 8fb933cd47

View file

@ -5,5 +5,6 @@
};
programs.ripgrep.enable = true;
home.packages = [ pkgs.emacsPackages.lsp-python-ms ];
# Used for the LSP Python module
home.packages = [ pkgs.python-language-server ];
}