diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-01-02 16:36:39 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-01-02 16:36:39 +0530 |
| commit | 64c5e3b2e5dd1310e79062170d96113ecc06a092 (patch) | |
| tree | 5984370b62120607f7c75708eeda5baf8d4fea57 /autoload/lsp-config.kak | |
| parent | 5995d30453d96743ac0c4c88774388a0eaad1ba7 (diff) | |
| download | kakoune-config-64c5e3b2e5dd1310e79062170d96113ecc06a092.tar.gz kakoune-config-64c5e3b2e5dd1310e79062170d96113ecc06a092.zip | |
Remove indent trimming
Diffstat (limited to '')
| -rw-r--r-- | autoload/lsp-config.kak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/lsp-config.kak b/autoload/lsp-config.kak index 888085a..95dcd21 100644 --- a/autoload/lsp-config.kak +++ b/autoload/lsp-config.kak @@ -16,6 +16,7 @@ lsp-enable lsp-inlay-diagnostics-enable global map global user l ': enter-user-mode lsp<ret>' -docstring 'LSP mode' +map global lsp t ': lsp-type-definition<ret>' -docstring 'LSP type definition' # map global user t ':enter-user-mode tree-sitter<ret>' -docstring 'Treesitter mode' map global object f '<a-semicolon>lsp-object Function Method<ret>' -docstring 'LSP function or method' map global object t '<a-semicolon>lsp-object Class Interface Struct<ret>' -docstring 'LSP class interface or struct' |
