Files
nvim/config/modules/plugins/lsp/pyright.nix

4 lines
41 B
Nix
Raw Normal View History

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