Skip to content

Instantly share code, notes, and snippets.

@braddevelop
Last active August 9, 2022 05:30
Show Gist options
  • Save braddevelop/11e9b4871182f90c57313ab6ffa939a4 to your computer and use it in GitHub Desktop.
Save braddevelop/11e9b4871182f90c57313ab6ffa939a4 to your computer and use it in GitHub Desktop.
Hellfred Basics: Initialise Hellprompt
-- ... hellfred/hellfred-bootstrap.lua
local hellprompt = require('hellfred.hellprompt.hellprompt')
-- Initialise Hellprompt, passing a hotkey
hellprompt.init({{'shift','ctrl'},'h'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment