summaryrefslogtreecommitdiffstats
path: root/pyrightconfig.json
Commit message (Collapse)AuthorAgeFilesLines
* misc: add pyrightconfig.jsonThomas Vanbesien10 days1-0/+9
For working with Python remote plugins for neovim. The `include` is necessary or else pyright would try to analyze all files under HOME, `include` restricts it. The `exclude` is defined because the default value excludes dot dirs by default, the new one does not.