index
:
dotfiles.git
master
Dotfiles for Arch, Void and similar machines
y@yulqen.org
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nvim
/
lua
/
settings
/
pyright.lua
blob: c2a518dba1cf24dc86438b2994a2a30b00fd7721 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
return { settings = { python = { analysis = { typeCheckingMode = "off", }, }, }, }