Michael Chris Lopez

Results 31 comments of Michael Chris Lopez

Maybe some way to toggle sources for now. Like: ``` :COQEnable lsp :COQDisable snippet ```

Or XDG directories.

I can reproduce the problem. However, I would suggest an alternative (better) way to achieve the behavior you want: ```vim autocmd FileType nnn tnoremap q ``` Or place the mapping...

> @mcchrish how do you suggest we deal with these type of compatibility problems? Do we try to fix it on our end or just add it to the docs...

@N-R-K the code looks fine. I'm not sure I'd want this behavior though. But if some wants it, maybe have a config to turn it on. You can also check...

Hello. They are not generate because rose-pine and everforest already provides themes for alacritty. For tmux, the theme usually is defined by user config, but maybe we could generate as...

For Combobox, it's possible to export the props like this: ```ts import type {ComboboxProps as BaseProps} from '@headlessui/react'; // Then export type ComboboxProps = BaseProps; ``` Then you can probably...

My bad, I don't think `rowCount` can help with pagination. I'll still leave the issue open just in case anyone need the `rowCount` value for something.

> Anyway, if you `gui = "NONE"`, you force the key to be set to a value and the error doesn't happen. This works! I should have thought of this...