Shatur / neovim-tasks

A statefull task manager focused on integration with build systems.
GNU General Public License v3.0
108 stars 10 forks source link

Incompatiblity issue with nvim-tree #8

Closed carlosdr02 closed 1 year ago

carlosdr02 commented 1 year ago

For some reason, when changing build types (in my case just between Debug and Release), and then generating the build files with :Task start cmake configure, I get an error regarding nvim-tree, I've gotten two different errors actually:

image

image Any idead why this could be?

Shatur commented 1 year ago

Not sure why, but looks like its nvim-tree tries to reload after adding things to quickfix. I would suggest to just try this one: https://github.com/nvim-neo-tree/neo-tree.nvim

carlosdr02 commented 1 year ago

@Shatur Solved. As you said, it was a nvim-tree issue. I opened a new github issue in the nvim-tree repo and they fixed it.