chore(nvim): be more consistent with imap
usage
This commit is contained in:
parent
65c744490e
commit
9a580ff1cd
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ local function set_key_mappings()
|
||||||
local imap = require "opdavies.keymap".imap
|
local imap = require "opdavies.keymap".imap
|
||||||
|
|
||||||
-- Easy insertion of a trailing ; or , from insert mode
|
-- Easy insertion of a trailing ; or , from insert mode
|
||||||
imap({ ",,", "<Esc>A,<Esc>" })
|
imap { ",,", "<Esc>A,<Esc>" }
|
||||||
imap({ ";;", "<Esc>A;<Esc>" })
|
imap { ";;", "<Esc>A;<Esc>" }
|
||||||
end
|
end
|
||||||
|
|
||||||
local function set_highlights()
|
local function set_highlights()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue