mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-02-21 07:48:03 +00:00
Stylua formatting pass
This commit is contained in:
@@ -4,6 +4,6 @@ for _, map in ipairs(keys) do
|
||||
vim.keymap.set("n", map[1], map[2], {
|
||||
noremap = true,
|
||||
silent = true,
|
||||
desc = map.desc
|
||||
desc = map.desc,
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user