tris203/hawtkeys.nvim

"Not an editor command" - no commands available

Closed this issue · 2 comments

Hi there,

I've installed Hawtkeys with packer:

    use({
        "tris203/hawtkeys.nvim",
        requires = {"nvim-lua/plenary.nvim", "nvim-treesitter/nvim-treesitter"}
    })

And no hawtkeys commands are available.

image

No install failures, not other errors. Both dependencies were already installed.

macos@14.7
nvim@0.10.2

I dont know anything about Packer, but you will need to run the setup() function to have the commands available

Ah I should have known. And it requires a table is that correct? I'll leave this for anyone else that ends up here.

require('hawtkeys').setup({})