Files
dotnix/modules/nvim/lsp/python.nix
T
2026-07-04 04:46:11 +02:00

8 lines
81 B
Nix

_:
{
vim.languages.python = {
enable = true;
lsp.enable = true;
};
}