1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Remvoe unused e_opts

This commit is contained in:
Mo 2022-07-14 18:30:37 +02:00
parent 94079accc2
commit 197abaf94b

View file

@ -2,10 +2,6 @@ local set = vim.keymap.set
local opts = {
silent = true,
}
local e_opts = {
silent = true,
expr = true,
}
-- cmd string
local function cmd(command)