1
Fork 0

Formatting

This commit is contained in:
Matei Adriel 2023-04-17 20:24:19 +03:00
parent b759e1011e
commit f2310011c0
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -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,
}