This website requires JavaScript.
Explore
Help
Sign In
velvox
/
dotfiles
mirror of
https://github.com/qpixel/dotfiles.git
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Projects
Releases
Wiki
Activity
eb859f0ffb
dotfiles
/
dot_config
/
nvim
/
lua
/
configs
/
lsp
/
server-settings
/
pyright.lua
10 lines
115 B
Lua
Raw
Blame
History
return
{
settings
=
{
python
=
{
analysis
=
{
typeCheckingMode
=
"
off
"
,
}
,
}
,
}
,
}
Reference in New Issue
View Git Blame
Copy Permalink