is0n/jaq-nvim

Add SAVE option

kobzar opened this issue · 2 comments

Please, add auto save buffer option before code will runned.

is0n commented

Now this is an option you can set within setup (default is false).

require('jaq-nvim').setup{
	ui = {
                autosave    = true,
	}
}

perfect