From d60ddc467397f0074f21576ca8ea9e1b1b78a2bd Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 30 Jun 2026 10:40:17 +0530 Subject: Add memos integration --- autoload/lsp-config.kak | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'autoload/lsp-config.kak') 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' -docstring 'LSP mode' map global lsp t ': lsp-type-definition' -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' -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