JoosepAlviste / nvim-ts-context-commentstring

Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
MIT License
1.14k stars 34 forks source link

failed to install #64

Closed kamalkech closed 1 year ago

kamalkech commented 1 year ago
JoosepAlviste commented 1 year ago

Hey! It's a bit difficult to diagnose this without any extra information.

I think that Packer can show the installation output if you press some key on the line. Maybe enter or d? Could you show the output for that?

If there's nothing useful there, could you try a minimal config to see if there's some issue with your configuration? https://github.com/JoosepAlviste/nvim-ts-context-commentstring/blob/8640672107be3933f4c2138dbfa2f5732180cfec/utils/minimal_vimrc.vim

rokonio commented 1 year ago

I am getting the same error with Lazy.nvim on Ubuntu, neovim 0.9.0: image

JoosepAlviste commented 1 year ago

Interesting, looks like there new Vim docs have a duplicate tag. I pushed a fixed to main, can you try it again and see if that fixes your issue @rokonio?

The vim docs were merged earlier today though, so I wouldn't expect this to be the same issue that @kamalkech is having. But it should fix the duplicate docs issue 🤞

rokonio commented 1 year ago

This fixed my issue, thanks

JoosepAlviste commented 1 year ago

Glad to hear! I'll close this issue then, feel free to re-open if there is still a problem with installing.