mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2026-08-18 23:32:48 +01:00
Stylua formatting pass
This commit is contained in:
+1
-1
@@ -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