diff options
| author | srdusr <trevorgray@srdusr.com> | 2025-09-24 02:56:53 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2025-09-24 02:56:53 +0200 |
| commit | 0f6cee92221dc517bd756083e260dd9373851b82 (patch) | |
| tree | c6d929fa5832d17a2d1fe3c85744bae7621ed447 /common/nvim/lsp/pyright.lua | |
| parent | 3cf613ec7c90ab4933728b0f19e49b0c955c17bb (diff) | |
| download | dotfiles-0f6cee92221dc517bd756083e260dd9373851b82.tar.gz dotfiles-0f6cee92221dc517bd756083e260dd9373851b82.zip | |
Moved files to common/
Diffstat (limited to 'common/nvim/lsp/pyright.lua')
| -rw-r--r-- | common/nvim/lsp/pyright.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/common/nvim/lsp/pyright.lua b/common/nvim/lsp/pyright.lua deleted file mode 100644 index f89d41f..0000000 --- a/common/nvim/lsp/pyright.lua +++ /dev/null @@ -1,12 +0,0 @@ -return { - cmd = { "pyright-langserver", "--stdio" }, - filetypes = { "python" }, - root_markers = { "pyproject.toml", "setup.py", "setup.cfg", "requirements.txt", "Pipfile", "pyrightconfig.json" }, - settings = { - python = { - formatting = { - provider = "none" - } - } - } -}
\ No newline at end of file |
