Pywal and Matugen support for NvChad!
> [!NOTE] > Support for Pywal requires these Python libraries to be installed: > - `pywal` > - `watchdog` ## Installation ```bash cd ~/.config/nvim git clone https://github.com/NvChad/pywal ``` Add this at the end of your `init.lua` file: ```lua os.execute("python ~/.config/nvim/pywal/chadwal.py &> /dev/null &") local autocmd = vim.api.nvim_create_autocmd autocmd("Signal", { pattern = "SIGUSR1", callback = function() require('nvchad.utils').reload() end }) ``` Now you need to generate your Pywal theme again using `wal -i