chezmoi.vim icon indicating copy to clipboard operation
chezmoi.vim copied to clipboard

Highlight dotfiles you manage with chezmoi.

Results 7 chezmoi.vim issues
Sort by recently updated
recently updated
newest added

``` ❯ nvim --version NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3 ``` I'm using [wbthomason/packer.nvim](https://github.com/wbthomason/packer.nvim) to manage my plug-ins, including this one (loaded early, as suggested in the README: https://github.com/alker0/chezmoi.vim/blob/7fd839d7fa275e7ffc4b11e2f1d99527c9024681/README.md?plain=1#L56...

Related: #45. Mixing highlighting `systemd` and `go-template` needs special adjustment.

It seems to me that it is now becoming increasingly uncomfortable to maintain all the plugin's techical details in a section of `README.md` file. I would suggest creating something like...

documentation
help wanted

Like the title says, the `filetype` (when I checked the filetype with `set filetype`) is empty when I edit non-chezmoi files in the chezmoi source dir. For example, I want...

filetype is correctly set to zsh but syntax is incorrectly set to conf instead of zsh. I'm using nvim 0.10.0 and LazyVim.

As the title says. I have a templated conky.conf.tmpl, the plugin makes a reasonable suggestion that this is a chezmoi template file, but the truth is, conky config is written...

![image](https://github.com/user-attachments/assets/899c68c0-7e28-4b6a-b59d-642bed5a1714) As you see, I found that env variable always be nil on windows ,so I change the line to make it has a right value. `local home = (os.getenv("HOME")...

question