fix(lang): indentation in rust lang extra

This commit is contained in:
Andre Freitas 2023-06-30 10:39:29 +01:00
parent 37d7ccdea1
commit aee3d7c092

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