Skip to content

Commit 473a502

Browse files
committed
neovim
1 parent 1d5d553 commit 473a502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/.config/nvim/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pcall(cmd, 'colorscheme tokyonight')
112112

113113
-- Mappings {{{1
114114
local function map(mode, lhs, rhs, opts)
115-
local options = {noremap = true}
115+
local options = {}
116116
if opts then
117117
if type(opts) == 'string' then
118118
opts = {desc = opts}

0 commit comments

Comments
 (0)