vim9script def LspKeysMap() nmap gO LspDocumentSymbol nmap gra LspCodeAction nmap grn LspRename nmap gro LspOutline nmap grr LspShowReferences nmap grt LspGotoTypeDef enddef autocmd User LspAttached call LspKeysMap()