neovim-session-manager
projectile
neovim-session-manager | projectile | |
---|---|---|
14 | 31 | |
511 | 3,988 | |
- | - | |
6.3 | 6.9 | |
2 months ago | about 1 month ago | |
Lua | Emacs Lisp | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
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
-
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.
projectile
-
Fuzzy Finding with Emacs Instead of Fzf
Could you explain more about this setup? I'm not familiar with "projectile". Is this https://github.com/bbatsov/projectile the same thing you're referring to?
Sounds interesting. What I've done recently is open my vim in the folder that contains all the organization's repos (the ones I've cloned) and just run ripgrep inside vim to find examples or references to whatever I've seeking. Seems performant enough even without doing anything except letting ripgrep ignore git-ignored stuff (default behavior of ripgrep).
-
Emacs: Projectile - Multiple Projects
Sure. It sounds like it's working well enough. Here's a Github issue that may be of interest to you. Apparently you can get this behavior if there's a project marker file at a higher level.
-
Project-global building/running/etc
With projectile you can define custom "run", "compile", "test" commands per project. Also there are pre-defined commands for many known project types.
-
Two projects side by side?
Thanks for your detailed explanation, but no that is no that is not the question. This is projectile: https://github.com/bbatsov/projectile
-
Multi project management - perspective, persp-mode, tab-bar-mode, or...?
I am currently trying with perspective rather than persp-mode, as it segregates the buffer list as I like (#1 above). I've got projectile with persp-projectile, and that seems to give me what I need for project navigation (#2 probably, still not 100%). I get some help in my mode line for project focus (#3, partially).
- Projectile 2.7 has been released
- Projectile 2.7 is out!
- Release Projectile 2.6
- Projectile 2.6
- Projectile 2.6 released!
What are some alternatives?
auto-session - A small automated session manager for Neovim
treemacs
project.nvim - The superior project management solution for neovim.
telescope-project.nvim
emacs-inspector - Inspection tool for Emacs Lisp objects.
persistence.nvim - 💾 Simple session management for Neovim
hydra - make Emacs bindings that stick around
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]
harpoon
perspective-el - Perspectives for Emacs.