abecodes/tabout.nvim

Tabout with nvim-cmp and LuaSnip

zetashift opened this issue · 4 comments

I tried to make a similiar function to the current 'nvim-compe vsnip tabout' function, but I'm not getting far and I don't know all the things yet have nvim-cmp.

Are there any tips to get nvim-cmp / LuaSnip and tabout working together?

I got it working but currently in Fennel files I'm running into the following:

|(foo)

My cursor is at | and if I press shift now to tab/indent (foo) it tabs out rather than insert whitespace. Anyway to disable that?

Hi @zetashift, I am glad you could fix your issue.
Regarding the second issue, you could try mapping a different key to '(Tabout)' so you can preserve tabs shifting. Or you map a key to trigger 'TaboutToggle', so you can enable/disable Tabout when needed.
I will close the issue, let me know if there is smth else and it needs to be reopened ;)

Ah thank you!

Could you share what the problem was and how you fixed it @zetashift