diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lsp/pyright.fnl | 5 |
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}}} |
