feat: add open_lsp_config_global and open_lsp_config_project commands

This commit is contained in:
CJ van den Berg 2025-12-13 22:19:33 +01:00
parent 19b38609f8
commit 3b24cd11a2
2 changed files with 29 additions and 0 deletions

View file

@ -623,6 +623,7 @@ pub fn build_exe(
.{ .name = "config", .module = config_mod },
.{ .name = "gui_config", .module = gui_config_mod },
.{ .name = "file_type_config", .module = file_type_config_mod },
.{ .name = "lsp_config", .module = lsp_config_mod },
.{ .name = "log", .module = log_mod },
.{ .name = "command", .module = command_mod },
.{ .name = "EventHandler", .module = EventHandler_mod },