Skip to content

Commit

Permalink
fix(nvim): Tweak pyright settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Feb 13, 2024
1 parent 91a0570 commit 4b9796b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nvim/lua/my/lsp/python.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
settings = {
python = {
analysis = {
reportMissingTypeStubs = false,
},
},
},
}

0 comments on commit 4b9796b

Please sign in to comment.