diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-30 10:40:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-30 11:15:37 +0530 |
| commit | d60ddc467397f0074f21576ca8ea9e1b1b78a2bd (patch) | |
| tree | fea85335f22df3152c59abc0367c862142757677 /autoload/lsp-config.kak | |
| parent | 7bee16c7013ef1da84e723b1ced976f432d5b77a (diff) | |
| download | kakoune-config-d60ddc467397f0074f21576ca8ea9e1b1b78a2bd.tar.gz kakoune-config-d60ddc467397f0074f21576ca8ea9e1b1b78a2bd.zip | |
Add memos integration
Diffstat (limited to '')
| -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' |
