index
:
Archive/nvim.git.20220610
01-options
02-keymaps
03-plugins
04-colorscheme
05-completion
06-LSP
07-Telescope
08-treesitter
09-autopairs
10-comments
11-gitsigns
12-nvimtree
13-bufferline.lua
14-null-ls
15-lualine.lua
16-toggleterm
17-project
18-impatient
19-indentline
20-alpha
21-whichkey
22-autocommands
master
vgg
Unnamed repository; edit this file 'description' to name the repository.
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" } } }, }