Tyson Martell
Tyson Martell
Been having the same issue as well, do not think this is solved.
> Doesn't remove the space, but this also made the margin smaller for me > > ```lua > local _ft = vim.api.nvim_create_augroup("FileTypeSettings", { clear = true }) > vim.api.nvim_create_autocmd("FileType", {...
I am also having an issue of komorebi not recognizing the config directory despite changing environment variable by following the quickstart guide. Even with the env variable changed komorebi still...
I think Ajolly is correct. After reinstalling komorebi and whkd: - I changed the environment variables within the PowerShell profile, - Used (. $profile) to reload the profile and (komorebi...
@AJolly When you open up powershell and type '$profile' it should return the path. Edit the file addding the following ```ps1 # Komorebi $Env:KOMOREBI_CONFIG_HOME = 'C:\Users\David Lima\.config\komorebi' if (!(Get-Process komorebi...
Exact same issue including the gutter only updating when the file is reopened.