mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
refactor(nvim): migrate to new keymap API
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- https://github.com/preservim/vimux
|
||||
local keymap = vim.api.nvim_set_keymap
|
||||
local keymap = vim.keymap.set
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
||||
vim.g.VimuxHeight = "30"
|
||||
|
||||
Reference in New Issue
Block a user