AutoYADM commit: 2025-05-26 17:24:39
This commit is contained in:
parent
a8f3ac9a03
commit
b5bd33e6f1
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ declare-option -docstring "whether the LSP should be preferred for formatting" b
|
||||||
|
|
||||||
define-command format-buffer -docstring "Format the contents of the buffer" %{
|
define-command format-buffer -docstring "Format the contents of the buffer" %{
|
||||||
evaluate-commands %sh{
|
evaluate-commands %sh{
|
||||||
if [ "$kak_opt_lsp_fmt" == "false" ]; then
|
if [ "$kak_opt_lsp_fmt" = "false" ]; then
|
||||||
echo "format-buffer-pipe"
|
echo "format-buffer-pipe"
|
||||||
else
|
else
|
||||||
echo "lsp-formatting"
|
echo "lsp-formatting"
|
||||||
|
@ -14,7 +14,7 @@ define-command format-buffer -docstring "Format the contents of the buffer" %{
|
||||||
|
|
||||||
define-command format-selections -docstring "Format the selections individually" %{
|
define-command format-selections -docstring "Format the selections individually" %{
|
||||||
evaluate-commands %sh{
|
evaluate-commands %sh{
|
||||||
if [ "${kak_opt_lsp_fmt}" == "false" ]; then
|
if [ "${kak_opt_lsp_fmt}" = "false" ]; then
|
||||||
echo "format-selections-pipe"
|
echo "format-selections-pipe"
|
||||||
else
|
else
|
||||||
echo "lsp-range-formatting"
|
echo "lsp-range-formatting"
|
||||||
|
|
|
@ -110,6 +110,6 @@ bundle pykak https://github.com/tomKPZ/pykak
|
||||||
# }
|
# }
|
||||||
# }
|
# }
|
||||||
|
|
||||||
bundle kak-ansi https://github.com/eraserhd/kak-ansi
|
# bundle kak-ansi https://github.com/eraserhd/kak-ansi
|
||||||
|
|
||||||
bundle-theme one.kak https://github.com/raiguard/one.kak
|
bundle-theme one.kak https://github.com/raiguard/one.kak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue