yioneko

Results 35 comments of yioneko

Thanks for your kind feedback! I'm sorry for inactivity for such a long time, and in fact I've been considering a heavy refactor for this plugin due to some design...

Thanks for your suggestions! I did think about some similar ideas during initial development, and I'd like to share my own thoughts for them here. ### Regex Fallback I did...

Recently I started experimenting with the custom hooks to handle situations difficult for treesitter in 91012b666ef7aa70b0dc88156b7f57359e1b9fe4. We can use these hooks to change the normal behavior of the core algorithm...

Try this: `import generateConfig from "rc-picker/lib/generate/(lib)"` lib can be `dayjs` `dateFn` or `moment`, depends and the date library you prefer use

Hi, sorry for the late response, it seems that there is no support for Cython in upstream, and there might be no way to add support here. One workaround is...

Nice finding! This is where `:h indentkeys` takes its role. Could you try `: set indentkeys+=,` ?

ok, I got the question ```python def foo(a, ) #

@jaekyeom I find this case very interesting here ... ```py a = [ fooooooo, [[ bar # but bar is not on the same line of open delimeter ], #...

@jaekyeom Could you check 6395b6065b0c55db6edda453df7eedc8b1d3561d to see if it solves your problem?

@jaekyeom I wrongly typed the node type of arguments 🤣. Will fix it and add corresponding test case soon.