Skip to content

Commit

Permalink
Add missed command
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Nov 15, 2024
1 parent 2080f75 commit 6dc8dc2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Default.sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
"command": "lsp_commit_inline_completion",
"context": [{"key": "lsp.inline_completion_visible"}]
},
// Show next Inline Completion
// {
// "keys": ["UNBOUND"],
// "command": "lsp_next_inline_completion",
// "context": [{"key": "lsp.inline_completion_visible"}]
// },
// Save all open files that have a language server attached with lsp_save
// {
// "keys": ["UNBOUND"],
Expand Down
1 change: 1 addition & 0 deletions boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"LspInlayHintClickCommand",
"LspInlineCompletionCommand",
"LspNextDiagnosticCommand",
"LspNextInlineCompletionCommand",
"LspOnDoubleClickCommand",
"LspOpenLinkCommand",
"LspOpenLocationCommand",
Expand Down

0 comments on commit 6dc8dc2

Please sign in to comment.