Zachary Churchill

Results 23 issues of Zachary Churchill

ran into some errors using this library since `buildFontCache` was loading otf fonts

this has become *much* less awful since lua got first class autocmds and keymaps

https://github.com/goolord/alpha-nvim/issues/79

new layout element type pseudocode: ```lua { type = "lazy", placeholder = {"--", "--", "--"}, val = async function () return {type = "text", val = io()} end } ```

enhancement

More than occasionally, nerdcommenter will comment with multiline comments ({- -}) instead of single line comments (--) when ```vim g:NERDAltDelims_haskell = 1. ``` I'm not sure why this is. Additionally,...

bug

it's pretty annoying to have to write ``` wk.register(keymap, { buffer = bufnr, mode = 'n' }) wk.register(keymap, { buffer = bufnr, mode = 'v' }) wk.register(keymap, { buffer =...

if which-key is triggered while https://github.com/nvim-telescope/telescope.nvim/ the telescope window will close, so it would be nice if we could ignore `ft=telescope` or `bt=prompt` or whatever

the dropdown function is currently implemented like this ```haskell dropdown :: forall k t m. (DomBuilder t m, MonadFix m, MonadHold t m, PostBuild t m, Ord k) => k...

enhancement
Low Severity

just a request https://docs.rs/iced_pure/0.2.2/iced_pure/