Fujita Hitoshi

Results 14 comments of Fujita Hitoshi

Thank you for suggestions. I have never implemented `vimdoc` and don't know what is going to do (are any tools supposed to use, if so, what). For little time and...

Hi. Thank you for your catching. Missing highlighting in .chezmoi*.yml should be fixed by #47 (it has processed yaml but not yml before). For highlighting `*.service.tmpl` correctly, it seems to...

> Is this normal? Not sure if it means `0` because `#` is treated as a comment or if it's actually `1` aka plug-in disabled. A prefix `#` means the...

Please update it and check if it enables highlighting automatically for below files. - `.chezmoiignore` - `.chezmoiexternal.yml` - `.chezmoi.yml.tmpl` - `user-overrides.js.tmpl` For passing options to this plugin in managed by...

Try this: ```typescript import { css } from 'twind/css'; const cssDirective = css({ 'html[name="abc"] &': apply`p-1 text-red-500`, }); const className = tw(cssDirective); ``` [Here](https://twind.dev/handbook/css-in-twind.html) you can see documents about above.

hmm... What does running this show? This shows updated time and where packer installed it into, if using packer, it needs to be in `start/` , or `opt/` doesn't work....

Please try the latest and re-check if it works. But it might not do for `.chezmoiignore`, and if so, please run these and tell the output. - `:set filetype` -...

My neovim environment still doesn't reproduce the issue so I don't sure this comes from. `nvim --version` shows: ```sh NVIM v0.8.0-1210-gd367ed9b2 Build type: Release LuaJIT 2.1.0-beta3 Compiled by runner@fv-az505-656 Features:...

Yes! :tada: I'm glad I could help you and also fix and improve it. Thank you for a lot of time and response for my many questions.

Thank you for reporting this. However I'm still unable to reproduce this. I need more information to be able to reproduce this: 1. Your Neovim is Windows version? 2. What...