feat: add open_lsp_config_global and open_lsp_config_project commands
This commit is contained in:
parent
19b38609f8
commit
3b24cd11a2
2 changed files with 29 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue