diff options
Diffstat (limited to 'autoload/lsp-config.kak')
| -rw-r--r-- | autoload/lsp-config.kak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/autoload/lsp-config.kak b/autoload/lsp-config.kak index cf62930..9f11f56 100644 --- a/autoload/lsp-config.kak +++ b/autoload/lsp-config.kak @@ -18,6 +18,12 @@ 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' +unmap global lsp f +unmap global lsp y +unmap global lsp ] +unmap global lsp [ +unmap global lsp 0 +unmap global lsp 9 # 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' |
