diff --git a/plugin/setup-commands.lua b/plugin/setup-commands.lua index 8aa8250..be5319b 100644 --- a/plugin/setup-commands.lua +++ b/plugin/setup-commands.lua @@ -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")