Joseph Pouradier Duteil
Results
2
issues of
Joseph Pouradier Duteil
Hey, I followed the doc but in my case I still have the preview when using tab. part of my config: nvim-tree config: ```lua require('nvim-tree').setup { on_attach = function(bufnr) local...
Since my nvim-tree is a float window i didnt want to make a preview in the background which I fixed. I added a user command to toggle a floating window....