index
:
nvim.git
master
Personal Neovim Configuration
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
user
/
lsp
/
settings
/
pyright.lua
blob: 6354274d18bb34e834f7ba37e1da2f12bf7087c0 (
plain
)
1
2
3
4
5
6
7
8
9
10
return { settings = { python = { analysis = { typeCheckingMode = "off" } } }, }