basedpyright Investigation 000 - bdatko/nvim GitHub Wiki

Goal

Setup basedpyright lsp config in nvim

Where are the config files from lspconfig on my local system? Don't I have a remap that helps me search for the plugin files?

  • <Space>fa[F]ind [A]ll plugins
  • the above will show a telescope searching over the directory .local/share/nvim/lazy/nvim-lspconfig

Adding basedpyright to my nvim setup, want to see what the defaults are

nvim-lspconfig basedpyright docs default
basedpyright.analysis.diagnosticMode = "openFilesOnly" "openFilesOnly"
basedpyright.analysis.autoSearchPaths = true true
basedpyright.analysis. useLibraryCodeForTypes = true true

Examples

Found some relevant hits when searching for examples:

Google serach: github neovim lsp basedpyright

Google search: "basedpyright" neovim config

⚠️ **GitHub.com Fallback** ⚠️