Commit graph

21 commits

Author SHA1 Message Date
QuiNz-
47bce7c5e4
Merge 7868198945 into d61de135ce 2025-08-08 23:58:08 +00: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
Some checks are pending
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
QuiNzX
cbda2a2379 change: update inline inherit statements 2025-01-25 20:40:10 +01:00
QuiNzX
2ec0a3aaec change: add example vim.languages.python.lsp.server 2025-01-23 19:46:50 +01:00
QuiNzX
507ac8e181 change: use toList instead of if-else statements 2025-01-23 18:51:37 +01:00
QuiNzX
81d489d8e1 change: handle both single and multiple servers 2025-01-23 18:24:50 +01:00
QuiNzX
bd2b9daa36 fix pylsp 2025-01-22 00:24:10 +01:00
QuiNzX
6733b9a94e rename: server -> servers 2025-01-22 00:19:41 +01:00
QuiNzX
caa177c91f rename: packages -> package & lsp server options 2025-01-21 05:32:37 +01:00
QuiNzX
842e958777 use ruff alongside other lsp servers 2025-01-20 18:43:48 +01:00
QuiNzX
0bbb039b7f add ruff as lsp 2025-01-20 18:43:48 +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
raf
cb7ff874e2
languages/python: add basedpyright & python-lsp-server (#372)
Some checks failed
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
Renamed from modules/languages/python.nix (Browse further)