Jie Wang

Results 4 issues of Jie Wang

Migrated to `nvim_get_option_value` See https://neovim.io/doc/user/deprecated.html#_api

您好, 目前我想通过 Templater 读取演员字符串,并自动创建标签。 直接在模版中使用 `` 达不到效果,会原封不动输出代码;目前是通过 QuickAdd 在文件被创建之后,再 Capture 到指定位置。似乎也无法使用 Macro,因为必须等文件被创建之后,加了 delay 也不行。 请问有没有更好的办法?谢谢 ```js "#" + s).join(" "); str += tp.frontmatter.actor.split(", ").slice(0,3).map(s => " #" + s).join(""); return...

Hello, https://github.com/marilari88/neotest-vitest/blob/f9efe9524ccba1284d5f4e41d0dc6ff91951cfcc/lua/neotest-vitest/init.lua#L62 didn't cover in-source testing, see [here](https://vitest.dev/guide/in-source.html#in-source-testing).