summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lsp/pyright.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim/lsp/pyright.fnl')
-rw-r--r--dot_config/nvim/lsp/pyright.fnl5
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/nvim/lsp/pyright.fnl b/dot_config/nvim/lsp/pyright.fnl
new file mode 100644
index 0000000..4209625
--- /dev/null
+++ b/dot_config/nvim/lsp/pyright.fnl
@@ -0,0 +1,5 @@
+{:cmd [:basedpyright-langserver :--stdio]
+ :filetypes [:python]
+ :root_markers vim.lsp.config.ruff.root_markers
+ :settings {:python {:analysis {:diagnosticMode :openFilesonly}
+ :logLevel :Warning}}}