summaryrefslogtreecommitdiffstats
path: root/rplugin/python3
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
commit69e7a4980ee01d09403e15cc609edae6e9e3c067 (patch)
tree15616d103b338a2781b019390a8e547e71647a0f /rplugin/python3
parentf1f1b7458c1829c0aeabd0bf400c10725be28b2a (diff)
downloadnvim-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.json9
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"
+}