Formatting
This commit is contained in:
parent
b759e1011e
commit
f2310011c0
2 changed files with 7 additions and 3 deletions
dotfiles/neovim/lua/my/plugins
|
@ -10,7 +10,13 @@ local M = {
|
|||
},
|
||||
})
|
||||
|
||||
K.nmap("<leader>lc", "<cmd>RustOpenCargo<cr>", "Open [c]argo.toml", true, true)
|
||||
K.nmap(
|
||||
"<leader>lc",
|
||||
"<cmd>RustOpenCargo<cr>",
|
||||
"Open [c]argo.toml",
|
||||
true,
|
||||
true
|
||||
)
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue