kak: Activar LSP para JavaScript y TypeScript
This commit is contained in:
parent
305f2806c7
commit
c13767b2d5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ set global lsp_diagnostic_line_warning_sign '┊'
|
||||||
set global lsp_hover_anchor true
|
set global lsp_hover_anchor true
|
||||||
set global lsp_auto_show_code_actions true
|
set global lsp_auto_show_code_actions true
|
||||||
set global lsp_auto_highlight_references true
|
set global lsp_auto_highlight_references true
|
||||||
hook global WinSetOption filetype=(zig|go) %{
|
hook global WinSetOption filetype=(zig|go|typescript|javascript) %{
|
||||||
map buffer user r ': lsp-rename-prompt<ret>' -docstring "LSP Rename"
|
map buffer user r ': lsp-rename-prompt<ret>' -docstring "LSP Rename"
|
||||||
map buffer user a ': lsp-code-actions<ret>' -docstring "LSP Code actions"
|
map buffer user a ': lsp-code-actions<ret>' -docstring "LSP Code actions"
|
||||||
map buffer user , ': lsp-hover<ret>' -docstring "LSP hover"
|
map buffer user , ': lsp-hover<ret>' -docstring "LSP hover"
|
||||||
|
|
Loading…
Reference in a new issue