fix(lang): indentation in rust lang extra (#1017)

This commit is contained in:
André Freitas 2023-06-30 15:03:22 +01:00 committed by GitHub
parent 37d7ccdea1
commit c992ebec46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,7 +119,6 @@ return {
end end
end end
require("lazyvim.util").on_attach(function(client, buffer) require("lazyvim.util").on_attach(function(client, buffer)
-- stylua: ignore
if client.name == "taplo" then if client.name == "taplo" then
vim.keymap.set("n", "K", show_documentation, { buffer = buffer, desc = "Show Crate Documentation" }) vim.keymap.set("n", "K", show_documentation, { buffer = buffer, desc = "Show Crate Documentation" })
end end