Fix broken lua syntaax

This commit is contained in:
Sridhar Ratnakumar 2022-04-26 09:43:22 -04:00
parent 791ed10af0
commit 44d1de753a

View file

@ -1,6 +1,6 @@
-- -------
-- Library
- - -------
-- -------
function map (mode, shortcut, command)
vim.api.nvim_set_keymap(mode, shortcut, command, { noremap = true, silent = true })