Commit Graph

9 Commits

Author SHA1 Message Date
NotAShelf 7c730a78e5
treewide: begin restructuring the module tree 2024-04-07 17:16:13 +03:00
NotAShelf dfc7c6737f
modules/languages: finish making lib calls explicit 2024-03-09 08:49:22 +03:00
AmanSe 0e94edd88f
Fix java lsp not launching
java lsp pacakge in nixpkgs changed the execution binary name, just
using getExe for probably a permanent fix to this situation
2024-01-31 20:01:45 +05:30
Frothy 7518c31ca8 treewide: move missing modules from 'with lib' to 'inherit (lib) ...' 2023-11-07 19:16:46 -07:00
Kalle Jepsen a452a0b0e7 fixes enable option descriptions
mkEnableOption already adds the phrase "Whether to enable ..." to the
beginning of the option description, such that the string argument
should only be "thing to be enabled"
2023-10-21 19:15:36 +02:00
Ching Pei Yang 1deee2f27b fix: add missing on_attach for jdtls 2023-09-26 14:39:50 +02:00
Ching Pei Yang 0843e95efa doc: update description of all lsp.package 2023-09-23 03:26:41 +02:00
Ching Pei Yang a0399722a0 feat: make java lsp install optional 2023-09-19 22:52:24 +02:00
AmanSe 13878ce081
feat: Initial jdtls support 2023-08-09 17:06:13 +05:30