osbm-nvim/plugins/lsp/python.nix
2025-03-08 00:29:33 +03:00

5 lines
No EOL
61 B
Nix

{
plugins.lsp.servers.pyright = {
enable = true;
};
}