mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-28 19:50:09 +02:00
fix(lang): indentation in rust lang extra (#1017)
This commit is contained in:
parent
37d7ccdea1
commit
c992ebec46
1 changed files with 14 additions and 15 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue