fix: commands disabling

remotes/origin/HEAD
Chris Grieser 2023-12-20 14:34:13 +01:00
parent f4574847bf
commit 1c43cf140b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-- deactivated by user
if not vim.g.genghis_disable_commands then return end
if vim.g.genghis_disable_commands then return end
local command = vim.api.nvim_create_user_command
local genghis = require("genghis")