pinpox / base16-universal-manager

A universal manager to set base16 themes for any supported application
https://github.com/chriskempson/base16
MIT License
89 stars 20 forks source link

Tilda is not properly expanded? #33

Open cultab opened 4 years ago

cultab commented 4 years ago

Using this in my config.yaml

    vim:
        enabled: true
        mode: rewrite
        hook: ""
        files:
          default: ~/.config/nvim/colors

Causes base16 to create a file called '~' in it's config directory (~/.config/base16-universal-manager) and it doesn't actually write to the file it should. Using a path like "/home/username/.config/nvim/colors" works as expected.

I spend too much time wondering why this didn't work so I'm tired and might have missed important information, please ask and I'll get it for you.