kakoune: fix lsp formatting

This commit is contained in:
Leonardo Eugênio 2023-05-06 17:26:22 -03:00
parent ef75e936c6
commit d7277c7222

View file

@ -212,8 +212,8 @@ checkOnSave.command = "clippy"
hoverActions.enable = false # kak-lsp doesn't support this at the moment hoverActions.enable = false # kak-lsp doesn't support this at the moment
# procMacro.enable = true # procMacro.enable = true
# cargo.loadOutDirsFromCheck = true # cargo.loadOutDirsFromCheck = true
rustfmt.rangeFormatting.enable = true # rustfmt.rangeFormatting.enable = true
rustfmt.extraArgs = ["+nightly"] # rustfmt.extraArgs = ["+nightly"]
[language.terraform] [language.terraform]
filetypes = ["terraform"] filetypes = ["terraform"]