v1.0.0 #23
tmillr
announced in
Announcements
v1.0.0
#23
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Config (new!)
hooks
and filters for acwrite buffers! (see README)create_parent_dirs
may be set tofalse
to disable the automatic creation of missing parent directoriesfalse
inbuf_autosave_pre()
hooksetup()
)setup({...})
) for all optionssetup()
behavior has changedsetup()
is called, what you pass is what you getsetup()
function of most other neovim pluginsBreaking Changes
should_observe_buf
is now deprecated and will be removed in the futureon_timer
is now internal and no longer publicAPI
:[N]SosBufToggle [bufname]
command for toggling autosaving on individual buffers (default: current buffer)require('sos')
with functions such as:require('sos').enable(verbose?)
require('sos').disable(verbose?)
require('sos').enable_buf(buf, verbose?)
require('sos').disable_buf(buf, verbose?)
require('sos').toggle_buf(buf, verbose?)
require('sos').buf_enabled(buf)
Features
setup()
:SosBufToggle
to toggle buffersBug Fixes
Other
getbufinfo()
overnvim_list_bufs()
Full Changelog: v0.1.2...v1.0.0
This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions