Osamu Aoki

Results 64 comments of Osamu Aoki

Hi, This is what I use to set up `avim` for AstroNvim and `bvim` for NvChad. So I can break normal `~.config/nvim` contents without worry. I intentionally skipped normal install...

I haven't investigated much but I found a work around to get the native nvim behavior for H and L via user config. (Then which-key becomes correct) ``` polish =...

mappings definition in `configs/telescope.lua` is what I was looking at. Hmmm... it lacks desc definition. neo-tree is similar. but mappings in configs/lsp/handlers.lua has desc. Since all these access vim.map, what...

Disabling telescope setting didn't solve problem.... who set these H and L to non-standard values? I think which-key shipping with vim default mapping desc can't be blamed.

Aha, I totally overlooked the fact that vim is a case-insensitive world. Sorry. I see now why this is which-key bug. Thanks. (I am fine with your intentional choice of...

I was confused how ser_plugin_opts works too. At the same time, no one want to create unmaintainable huge document. My trial of documenting it in plain words is https://github.com/AstroNvim/astronvim.github.io/pull/13 I...

I agree adding specific solution with a narrow scope may complicate code without much benefit. That's not good thing. But I think we can do better by adding a generic...

This is follow up to my post yesterday. As for implementing 2 English base input files, specifying this in current `po4a/po4a.cfg` syntax isn't trivial and very much confusing. I think...

Hmmm.. maybe adding option to `po4a` command for these prefilters may be even better.

Hi On Sat, Apr 18, 2020 at 02:10:12PM -0700, Martin Quinson wrote: > Hello there. > Actually, there is a preliminary implementation already in po4a :) > > If you...