m4xshen/autoclose.nvim

How do I use this plugin without some init.lua config?

Closed this issue · 2 comments

Hund commented

How do I use this plugin without the init.lua config? I see no reason to migrate to some init.lua config.

If you are using .vim config file, you can use the following syntax to execute lua code:

lua << EOF

" put the lua config here

EOF
Hund commented

Thank you! I did not know about this. :)