summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lsp/pyright.lua
blob: e491965acf84330e8f29880ec35ca8884ebc5a4e (plain) (blame)
1
2
-- [nfnl] Compiled from lsp/pyright.fnl by https://github.com/Olical/nfnl, do not edit.
return {cmd = {"basedpyright-langserver", "--stdio"}, filetypes = {"python"}, root_markers = vim.lsp.config.ruff.root_markers, settings = {python = {analysis = {diagnosticMode = "openFilesonly"}, logLevel = "Warning"}}}