kakoune: fix lsp formatting
This commit is contained in:
parent
ef75e936c6
commit
d7277c7222
|
@ -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"]
|
||||||
|
|
Loading…
Reference in a new issue