| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | misc(nvim): move pyright config file | Thomas Vanbesien | 9 days | 1 | -9/+0 |
| | | |||||
| * | misc: add pyrightconfig.json | Thomas Vanbesien | 10 days | 1 | -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. | |||||
