Drop lsp-python-ms check (removed upstream)

Looks like I should make these tests smarter to detect bitrot...
This commit is contained in:
Marien Zwart 2024-07-07 23:26:25 +10:00
parent c8f52ddca5
commit 445cab3486
No known key found for this signature in database

View file

@ -93,8 +93,6 @@ in {
# Dependencies that require a module flag enabled and a different module or flag disabled. # Dependencies that require a module flag enabled and a different module or flag disabled.
# flycheck-eglot needs flymake disabled. # flycheck-eglot needs flymake disabled.
flycheck-eglot = doomBuildTest { tools.lsp = [ "+eglot" ]; checkers.syntax = true; }; flycheck-eglot = doomBuildTest { tools.lsp = [ "+eglot" ]; checkers.syntax = true; };
# lsp-python-ms needs +pyright disabled.
lsp-python-ms = doomBuildTest { lang.python = [ "+lsp" ]; tools.lsp = true; };
# roam2 needs +roam disabled. # roam2 needs +roam disabled.
org-roam2 = doomBuildTest { lang.org = [ "+roam2" ]; }; org-roam2 = doomBuildTest { lang.org = [ "+roam2" ]; };
# nerd-icons-dired needs +dirvish disabled. # nerd-icons-dired needs +dirvish disabled.