summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-05 11:34:11 -0500
committerpommicket <pommicket@gmail.com>2023-01-05 11:34:11 -0500
commitf897a6a62e9572f1f3cc6c7905192d49d7868c9a (patch)
tree23584ccafbf85e081acf396bfea3343a051006e5 /command.h
parentb3d5c74a52945b592f13c6870ccb1f0a82fa1f42 (diff)
lsp-reset command
Diffstat (limited to 'command.h')
-rw-r--r--command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/command.h b/command.h
index c29f01d..3d1b98d 100644
--- a/command.h
+++ b/command.h
@@ -77,6 +77,7 @@ typedef enum {
CMD_GOTO_DEFINITION_AT_CURSOR,
CMD_GOTO_DECLARATION_AT_CURSOR,
CMD_GOTO_TYPE_DEFINITION_AT_CURSOR,
+ CMD_LSP_RESET,
CMD_COPY,
CMD_CUT,