auto-session
A small automated session manager for Neovim (by rmagatti)
nvim-reload
Plugin to easily reload your Neovim config (by famiu)
auto-session | nvim-reload | |
---|---|---|
32 | 13 | |
1,192 | 76 | |
- | - | |
9.5 | 5.2 | |
12 days ago | about 3 years ago | |
Lua | Lua | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
auto-session
Posts with mentions or reviews of auto-session.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-10.
-
If statement for closing alpha.nvim window only if it's open on session save
The plugins are: https://github.com/goolord/alpha-nvim and https://github.com/rmagatti/auto-session
-
Auto-Session Removes modified buffers
I use auto-session for session management and session-lens telescope extension for switching the sessions. When I switch to a different session, auto-session clears all buffers from my current session, including the modified ones, without warning. I'm wondering if there are any ways to prevent losing my changes. For instance, can I save the modified buffers in the session and load them on session restore, or configure auto-session to give me a warning before switching to a new session if there are unsaved changes? Alternatively, is there a way to use Telescope to display a list of recently modified buffers, so that I can review them before switching sessions and take appropriate action?
-
How to use neovim as a server?
buffers: I open and close nvim instances all day long, using https://github.com/rmagatti/auto-session (or one of the many other session management plugins), it saves my buffers on a per git branch basis, so I lose nothing. nvim opens in less than a second, so this is no burden at all.
-
Has anyone had nvim-cmp stop working after a while?
Yes, I use rmagatti/auto-session with some gnarly hacks to save a subset of window options, a per-session colorscheme, and some other wacky stuff so it stays 99.9% the same between sessions.
- is there is a session manager plugin ?
-
How to get Nvim to remember last open buffers, splits and cursor position
The correct one is : auto-session (I edited the mistake in the message above)
-
remember-me: A plugin that (sort of) handles your vim sessions.
auto-session ?
-
Opening neovim lua config files changes pwd to the lua subfolder
I'm also using auto-session and nvim-tree which can both interact with the session.
-
Which file browser do you use ?
Finally, to save sessions and move through them, check: auto-session
-
Remember open buffers per project?
Yes, for this purpose, I'm using rmagatti/auto-session
nvim-reload
Posts with mentions or reviews of nvim-reload.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-08.
-
Diagnostics showing (non-existent) errors after checking out branch
Briefly experimented with https://github.com/famiu/nvim-reload, but had some troubles configuring it
-
Autocommand to source changed plugin definition not working
Read nvim-reload source code for reference.
-
:source | PackerCompile doesn't work when telescope is lazy-loaded?
I stumbled upon nvim-reload but telescope also wasn't found after :Restart
-
PackerSync not installing newly added plugins?
You can use this - https://github.com/famiu/nvim-reload - to reload your configuration. Then it's possible to PackerSync without restart.
-
Any advice for a config and/or workflow that provides a smoother development experience with packer.nvim?
I haven't used reload.lua from plenary, so I don't have advice there. If you don't mind that it isn't maintained, I use this for reloading my config without restarting nvim and it has worked just fine: https://github.com/famiu/nvim-reload
-
Do people restart Neovim or re-source init.vim when making changes to it?
I use this plugin: https://github.com/famiu/nvim-reload
-
How to make ":luafile $MYVIMRC<CR>" work?
I'm using a modded version of /u/_Famiu_ old nvim-reload which was unfortunately archived.
-
Reloading nvim in-place (including treesitter)
I'm trying to write a helper function that fully reloads nvim without the need of closing and reopening it, using as a base the now unmaintained nvim-reload with has some good info on the matter on it's source code
-
Which plugin for reloading nvims config actually works?
I think I tried https://github.com/famiu/nvim-reload before but it was so long ago, and didn't work well that I don't even remember
-
Lua is an absolute game changer
Thank you for the insight, this is pretty much what famiu/nvim-reload does.
What are some alternatives?
When comparing auto-session and nvim-reload you can also consider the following projects:
neovim-session-manager - A simple wrapper around :mksession.
nvim-lua
tabby.nvim - A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
plenary.nvim - plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.
git-worktree.nvim
feline.nvim - A minimal, stylish and customizable statusline for Neovim written in Lua
bracey.vim - live edit html, css, and javascript in vim
vim-code-dark - Dark color scheme for Vim and vim-airline, inspired by Dark+ in Visual Studio Code
telescope-project.nvim
dot-nvim
Neovim-SFW - My Neovim configuration for working
nvim - My Neovim config - windvim
auto-session vs neovim-session-manager
nvim-reload vs nvim-lua
auto-session vs tabby.nvim
nvim-reload vs plenary.nvim
auto-session vs git-worktree.nvim
nvim-reload vs feline.nvim
auto-session vs bracey.vim
nvim-reload vs vim-code-dark
auto-session vs telescope-project.nvim
nvim-reload vs dot-nvim
auto-session vs Neovim-SFW
nvim-reload vs nvim