mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Fix broken lua syntaax
This commit is contained in:
parent
791ed10af0
commit
44d1de753a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
-- -------
|
||||
-- Library
|
||||
- - -------
|
||||
-- -------
|
||||
|
||||
function map (mode, shortcut, command)
|
||||
vim.api.nvim_set_keymap(mode, shortcut, command, { noremap = true, silent = true })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue