dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

basedpyright.lua (203B)


      1 return {
      2   settings = {
      3     basedpyright = {
      4       analysis = {
      5         autoImportCompletions = true,
      6         typeCheckingMode = "basic",
      7         diagnosticMode = "openFilesOnly",
      8       },
      9     },
     10   },
     11 }