From 863053ee1e9dcee40b31c995d0c7816eec3087a2 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 10 Jun 2026 22:54:48 +0200 Subject: misc(nvim): move pyright config file --- .config/nvim/rplugin/python3/pyrightconfig.json | 9 +++++++++ pyrightconfig.json | 9 --------- 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 .config/nvim/rplugin/python3/pyrightconfig.json delete mode 100644 pyrightconfig.json 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" +} diff --git a/pyrightconfig.json b/pyrightconfig.json deleted file mode 100644 index ed66f75..0000000 --- a/pyrightconfig.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "include": [ - ".config/nvim/rplugin/python3" - ], - "exclude": [ - "**/__pycache__" - ], - "stubPath": "typings" -} -- cgit v1.3.1