mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-29 23:01:57 +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