From 64c5e3b2e5dd1310e79062170d96113ecc06a092 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 2 Jan 2026 16:36:39 +0530 Subject: Remove indent trimming --- autoload/lsp-config.kak | 1 + 1 file changed, 1 insertion(+) (limited to 'autoload/lsp-config.kak') 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' -docstring 'LSP mode' +map global lsp t ': lsp-type-definition' -docstring 'LSP type definition' # map global user t ':enter-user-mode tree-sitter' -docstring 'Treesitter mode' map global object f 'lsp-object Function Method' -docstring 'LSP function or method' map global object t 'lsp-object Class Interface Struct' -docstring 'LSP class interface or struct' -- cgit v1.3.1