mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-05 00:50:21 +01:00
fix map function alias being global variable
This commit is contained in:
parent
5ef6d39997
commit
cecae27c9b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
map = vim.api.nvim_set_keymap
|
||||
local map = vim.api.nvim_set_keymap
|
||||
|
||||
function escape_keycode(keycode)
|
||||
return vim.api.nvim_replace_termcodes(keycode, true, true, true)
|
||||
|
|
Loading…
Add table
Reference in a new issue