neovim-session-manager
A simple wrapper around :mksession. (by Shatur)
NvChad
An attempt to make neovim cli as functional as an IDE while being very beautiful , blazing fast. [Moved to: https://github.com/NvChad/NvChad] (by siduck76)
neovim-session-manager | NvChad | |
---|---|---|
14 | 13 | |
511 | 4,193 | |
- | - | |
6.3 | 9.7 | |
2 months ago | about 3 years ago | |
Lua | Lua | |
GNU General Public License v3.0 only | 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.
neovim-session-manager
Posts with mentions or reviews of neovim-session-manager.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-30.
-
Sessions, how do you guys do it?
I use neovim-session-manager, for my needs, works pretty well! :)
-
Question about neovim-session-manager
I have a question about https://github.com/Shatur/neovim-session-manager How do I make it so the session doesn't autoload, but it still autosaves?
-
Noobie Needs a Nudge
Something that is a bit more advanced, which I'll just throw out there to let you know exists, is sessions. It basically saves all the currently open buffers, tabs, panes, and how they're set up so you can return to them later. You can use them without plugins and open, load, and save them manually, or you can use a session manager (I personally use Neovim-session-manager). That way if you're working on a project for class X, you can save the session, close Neovim or open another session to work on class Y, and you can return to that session whenever you want.
-
per project session saving
Personally I use neovim-session-manager for this (https://github.com/Shatur/neovim-session-manager) and haven't had any complaints with it so far.
-
How to manage projects efficiently in neovim using telescope
I use AstroNvim which utilizes https://github.com/Shatur/neovim-session-manager to jump between “projects”. You can then save a “project” and find/go to previously saved “projects” and it will cd for you.
-
Hello 👋 First Post here! Any alternatives to VSCode's workspace in Neovim?
Shatur/neovim-session-manager: A simple wrapper around :mksession.
-
olddirs.nvim: oldfiles, but for directories
Sharing a lightweight plugin I wrote yesterday which provides some functions for accessing previously used current working directories. I know that this is similar to some other "workspace" / "project" plugins which already exist, so I've pasted the motivation section from the README. >I work in a large monorepo and change my working directory depending on what part of the codebase I'm looking at to give my LSP (gopls) a chance and to improve the usefulness of fuzzy finding files. I want to change the current working directory back to a previously used one without having to configure a "project" or "workspace" beforehand. This requirement is not satisfied (as far as I can tell) by existing similar plugins: > - project.nvim > - telescope-project.nvim > - workspaces.nvim. > - neovim-session-manager > olddirs.nvim is very lightweight and doesn't provide any niceties (out of the box) like some of the above plugins, it's literally just :oldfiles for directories. > \ I say "out of the box" since some features like the searching or browsing of files inside a previous directory can be implemented by adding actions to the olddirs.nvim Telescope picker.
-
Which, in your opinion, is the best session management plugin?
You could take a look at this one: https://github.com/Shatur/neovim-session-manager
-
Neovim sessions, restore only buffers
Have you tried neovim-session-manager?
-
Restart neovim from neovim
You can use a session manager so it would be easy to just quit and reload the last session, at least, this is what I'm doing.
NvChad
Posts with mentions or reviews of NvChad.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-10.
-
Neovim nordic rice!
- config - colors
-
Need Help With Tab Complete Settings.
NvChad
- dwm statuspadding patch conflicts with status2d
- Need some feedback
-
my init.lua with 84 plugins and includes 1824 LoC
This repo https://github.com/siduck76/NvChad ?
-
experiences using neovim as a full IDE?
https://github.com/siduck76/NvChad . Its meant to be used as a base config , isnt a framework like spacevim etc.
-
Featuring NvChad
repo
-
Anyone else overwhelmed by lua sometimes?
Seems like lots of people have their own lua folder under ~/.config/nvim that init.vim or init.lua gets info from. One example of this structure is here
-
[i3-WM - New to Endeavour] Looking for a few tips given my config...
But to be honest, configuring vim to your taste also takes a lot of time (but on the other side, you could use preconfigured nvim nightly which does a lot for you).
- Neovim configurations
What are some alternatives?
When comparing neovim-session-manager and NvChad you can also consider the following projects:
auto-session - A small automated session manager for Neovim
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
project.nvim - The superior project management solution for neovim.
github-nvim-theme - GitHub's Neovim themes
projectile - Project Interaction Library for Emacs
my-lunarvim-config - My config for LunarVim
telescope-project.nvim
go.nvim - G'day Nvimer, Joyful Gopher: Discover the Feature-Rich Go Plugin for Neovim
persistence.nvim - 💾 Simple session management for Neovim
telescope-media-files.nvim - Telescope extension to preview media files using Ueberzug.
harpoon
chadwm - Making dwm as beautiful as possible!
neovim-session-manager vs auto-session
NvChad vs LunarVim
neovim-session-manager vs project.nvim
NvChad vs github-nvim-theme
neovim-session-manager vs projectile
NvChad vs my-lunarvim-config
neovim-session-manager vs telescope-project.nvim
NvChad vs go.nvim
neovim-session-manager vs persistence.nvim
NvChad vs telescope-media-files.nvim
neovim-session-manager vs harpoon
NvChad vs chadwm