persisted.nvim/lua
olimorris e70b5e2fc8 Add ability to determine if persistence.nvim is running
In my statusline, I like to know if persistence.nvim is active. I have a simple helper function:

function using_session()
  return (vim.g.using_persistance ~= nil)
end

which I reference and display a corresponding glyph
2021-09-07 19:38:33 +01:00
..
persistence Add ability to determine if persistence.nvim is running 2021-09-07 19:38:33 +01:00