kak: Mostrar code actions

This commit is contained in:
Cat /dev/Nulo 2022-01-02 17:56:07 -03:00
parent e5002293dd
commit b26616dc51

View file

@ -12,6 +12,7 @@ set global lsp_cmd "kak-lsp -s %val{session} -vvv --log /tmp/kak-lsp.log"
set global lsp_diagnostic_line_error_sign '║' set global lsp_diagnostic_line_error_sign '║'
set global lsp_diagnostic_line_warning_sign '┊' 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_highlight_references true set global lsp_auto_highlight_references true
hook global WinSetOption filetype=(zig) %{ hook global WinSetOption filetype=(zig) %{
map buffer user r ': lsp-rename-prompt<ret>' -docstring "LSP Rename" map buffer user r ': lsp-rename-prompt<ret>' -docstring "LSP Rename"