diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 22:54:48 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-10 22:54:48 +0200 |
| commit | 69e7a4980ee01d09403e15cc609edae6e9e3c067 (patch) | |
| tree | 15616d103b338a2781b019390a8e547e71647a0f /rplugin/python3 | |
| parent | f1f1b7458c1829c0aeabd0bf400c10725be28b2a (diff) | |
| download | nvim-config-69e7a4980ee01d09403e15cc609edae6e9e3c067.tar.gz nvim-config-69e7a4980ee01d09403e15cc609edae6e9e3c067.zip | |
misc(nvim): move pyright config file
Diffstat (limited to 'rplugin/python3')
| -rw-r--r-- | rplugin/python3/pyrightconfig.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rplugin/python3/pyrightconfig.json b/rplugin/python3/pyrightconfig.json new file mode 100644 index 0000000..ed66f75 --- /dev/null +++ b/rplugin/python3/pyrightconfig.json @@ -0,0 +1,9 @@ +{ + "include": [ + ".config/nvim/rplugin/python3" + ], + "exclude": [ + "**/__pycache__" + ], + "stubPath": "typings" +} |
