summaryrefslogtreecommitdiffstats
path: root/.config/nvim/rplugin/python3/pyrightconfig.json
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-10 22:54:48 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-10 22:54:48 +0200
commit863053ee1e9dcee40b31c995d0c7816eec3087a2 (patch)
treef9fcf880e0ebe632b25c8cb410072c6c67364471 /.config/nvim/rplugin/python3/pyrightconfig.json
parent68340155e3d8b80cddddff9e2501b3e33eb509a9 (diff)
downloaddotfiles-863053ee1e9dcee40b31c995d0c7816eec3087a2.tar.gz
dotfiles-863053ee1e9dcee40b31c995d0c7816eec3087a2.zip
misc(nvim): move pyright config file
Diffstat (limited to '.config/nvim/rplugin/python3/pyrightconfig.json')
-rw-r--r--.config/nvim/rplugin/python3/pyrightconfig.json9
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"
+}