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 | 863053ee1e9dcee40b31c995d0c7816eec3087a2 (patch) | |
| tree | f9fcf880e0ebe632b25c8cb410072c6c67364471 /.config | |
| parent | 68340155e3d8b80cddddff9e2501b3e33eb509a9 (diff) | |
| download | dotfiles-863053ee1e9dcee40b31c995d0c7816eec3087a2.tar.gz dotfiles-863053ee1e9dcee40b31c995d0c7816eec3087a2.zip | |
misc(nvim): move pyright config file
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/rplugin/python3/pyrightconfig.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/nvim/rplugin/python3/pyrightconfig.json b/.config/nvim/rplugin/python3/pyrightconfig.json new file mode 100644 index 0000000..ed66f75 --- /dev/null +++ b/.config/nvim/rplugin/python3/pyrightconfig.json @@ -0,0 +1,9 @@ +{ + "include": [ + ".config/nvim/rplugin/python3" + ], + "exclude": [ + "**/__pycache__" + ], + "stubPath": "typings" +} |
