cheatsheet.nvim icon indicating copy to clipboard operation
cheatsheet.nvim copied to clipboard

Disabling nerd-fonts cheatsheet does not work

Open mattrobineau opened this issue 3 years ago • 0 comments

I am using the following setup:

require("cheatsheet").setup({
    bundled_cheetsheets = {
        enabled = { "default", "regex", "netrw" },
        disabled = { "nerd-fonts" } -- also tried "nerdfonts"
    },
})

However, I still see nerd-fonts being added to the list: nerd fonts in list screenshot

mattrobineau avatar Jan 31 '22 03:01 mattrobineau