Configuration for my NixOS based systems and Home Manager
at aleister 5 lines 169 B view raw
1return { 2 -- cmd = {"/home/noah/.envs/nvim/bin/pylsp"}, 3 cmd = "basedpyright", 4 root_markers = { "pants.toml", "pyproject.toml", "setup.py", "setup.cfg", "Pipfile" }, 5}