indeedhat

Results 5 comments of indeedhat

I have come across the same problem, until this is fixed i have come up with the following ~dirty hack~ solution ```golang cmd := exec.Command("git", "add", ".") cmd.Dir = workTree.Filesystem.Root()...

I am having the same issue, i was indeed using treesitter highlight but i have disabled it for csv files and now i get no colouration at all. It appears...

Yeah that is what i was thinking too. Im using packer and this is the relevent part of the config. I have tried with the lazy stuff commented out and...

it works with your lazy config but not a bare bones packer one. TBH now that its no longer maintained ive been meaning to swap to something else, maybe this...

I ended switching to lazy.nvim last night and it works fine with the rest of my config so the issue (at least for me) seems to be related to packer