hkupty / nvimux

Neovim as a TMUX replacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where

vladdoster opened this issue · comments

Where/what exactly is supposed to be done with lua chunk?

You should add your lua configuration to your init.vim, after the plugin section if you're using something like vundle or vim-plug.

You should add your lua configuration to your init.vim, after the plugin section if you're using something like vundle or vim-plug.

@hkupty thank you for such a quick reply. This looks like a fantastic plugin. If you happen to have an ethereum address I can send you a bit of eth for your help. I am a newb at lua.

So say I am using vim-plug, I do or do not want to include the following line:
'Plug 'Vigemus/nvimux' or just the lua block?

I'm really glad this is helpful for you! If you want to send me ETH, you can send to this address: 0xA6a3d0D8ae9DC0bA0214bEe755190Ea16a89852a - Thank you very much for that :)

First you add Plug 'Vigemus/nvimux' and after your call plug#end() you can add your lua block.

Let me know how that works and if you need any more guidance.

You shouldn't need to hack much with lua since it's mostly the configuration setup and eventual extra bindings.

thanks for the help, got it working! sweet!

pic-full-200528-1058-45

Awesome! Really glad you like it! If you have any troubles or suggestions, feel free to open a new issue! Best regards,
Henry