Simon Westlin Green
81559f9984
languages/python: fix invalid basedpyright configuration
...
Fixes the basedpyright and pyright language servers by changing from their default binary, to the langserver binary included in their packages.
Also adds default_on_attach to the on_attach to properly register code actions.
2025-09-24 00:06:26 +02:00
Valter Schütz
8ab27a131e
languages/python: add formatter that combines ruff format
with ruff check --fix
( #1072 )
...
* languages/python: add formatting option for `ruff check --fix`
* docs: remove unrelated changes
---------
Co-authored-by: Valter Schütz <valterschutz@proton.me>
Co-authored-by: Ching Pei Yang <59727193+horriblename@users.noreply.github.com>
2025-08-30 12:15:38 +02:00
Ching Pei Yang
9407a3e1c6
languages: coerce server type to list for compat
2025-07-23 23:36:22 +02:00
sjcobb
e0cd56f39e
ordering of types
2025-07-14 01:15:39 +01:00
sjcobb
cbd8b66669
convert python module
2025-07-09 09:44:29 +01:00
1ed6fd9f58
languages: deprecate vim.languages.enableLSP
...
This change is done in favor of our intentions to use the new API Neovim has exposed, and the one we are exposing to match theirs.
2025-05-04 18:01:46 +03:00
Howard Nguyen-Huu
8b305e8ed1
fix: python dap configuration regression
2025-04-23 14:52:21 -04:00
Howard Nguyen-Huu
a6a7bd37f3
fix: change python dap name from python to debugpy
2025-04-18 19:52:44 -04:00
rafiq
68346ebede
Merge pull request #787 from rrvsh/fix/pylsp-pkgs
...
Set up binary cache / cachix (default) (push) Waiting to run
Set up binary cache / cachix (maximal) (push) Waiting to run
Set up binary cache / cachix (nix) (push) Waiting to run
Treewide Checks / Validate flake (push) Waiting to run
Treewide Checks / Check formatting (push) Waiting to run
Treewide Checks / Check source tree for typos (push) Waiting to run
Treewide Checks / Validate documentation builds (push) Waiting to run
Treewide Checks / Validate hyperlinks in documentation sources (push) Waiting to run
Treewide Checks / Validate Editorconfig conformance (push) Waiting to run
Build and deploy documentation / Check latest commit (push) Waiting to run
Build and deploy documentation / publish (push) Blocked by required conditions
languages/python get python-lsp-server python3Packages
2025-04-04 11:17:11 +00:00
Ching Pei Yang
a5deffb890
language/python: migrate to conform/nvim-lint
2025-03-29 14:53:09 +01:00
Thales Menato
3f43edd635
fix: run nix fmt
2025-01-15 07:24:04 -05:00
Thales Menato
ecf832681c
fix: ruff command
...
feat: add ruff
ruff
2025-01-14 21:45:36 -05:00
Thales Menato
dcb9b16f81
feat: add ruff to formatters
2025-01-14 21:03:03 -05:00
cb7ff874e2
languages/python: add basedpyright & python-lsp-server ( #372 )
...
Set up binary cache / cachix (default) (push) Has been cancelled
Set up binary cache / cachix (maximal) (push) Has been cancelled
Set up binary cache / cachix (nix) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-html) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-json) (push) Has been cancelled
Validate flake & check documentation / Validate Flake Documentation (docs-manpages) (push) Has been cancelled
Validate flake & check formatting / Validate Flake (push) Has been cancelled
Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
Build and deploy documentation / publish (push) Has been cancelled
* languages/python: add basedpyright LSP
* languages/python: make basedpyright the default language server
* languages/python: add python-lsp-server
* docs: update 0.7 release notes
2024-09-16 13:28:33 +03:00
Phan Đăng Khoa
68b0647936
languages: changed python lsp package to pyright
2024-06-09 15:57:55 +07:00
7c730a78e5
treewide: begin restructuring the module tree
2024-04-07 17:16:13 +03:00