neovim-session-manager
harpoon
neovim-session-manager | harpoon | |
---|---|---|
14 | 66 | |
511 | 6,893 | |
- | - | |
6.3 | 3.5 | |
2 months ago | about 1 month ago | |
Lua | Lua | |
GNU General Public License v3.0 only | MIT License |
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.
harpoon
-
Audioscrape: Building in Rust When Everyone Said I Shouldn't
Might want to check out Harpoon: https://github.com/ThePrimeagen/harpoon/tree/harpoon2
No comment on your one-file approach one way or the other, but like all of us, you will need to deal with tree-shaped projects, I've found Harpoon to be a good solution for this. Global marks can only get you so far.
Good luck with Audioscape btw.
-
Neovim for beginners
Harpoon
-
Am I this bad?
A mini harpoon. Basically, a floating window with a list of files, and a way to navigate to them.
-
The best way to switching between buffers
Check out harpoon which lets you pin buffers, that you frequently want to visit the most. For the rest Telescope buffers should suffice I believe.
-
Two Weeks into Vim: A Transformation
Navigating open files I use harpoon https://github.com/ThePrimeagen/harpoon
-
Best way to manipulate files inside neovim?
Netrw + vim-vinegar works for me. In conjunction with harpoon and a bufferline and maybe vim-eunuch, it works out pretty well
-
Can I jump to opened buffer instead of display is in current window?
Check out harpoon and other.nvim for improving your workflow. I've only used harpoon and am really satisfied with using it. other is on my checklist, so you might also test it out.
-
Your favourite Neovim plugins?
got a question about other. I am using harppon.nvim atm. What’s the benefit of using other or do they complement each other?
-
What plugins do you use to manage work across multiple files?
Harpoon for quick buffer switching that persists across sessions
-
annotate.nvim: Set and restore notes tied to lines of code
Not sure if it’s helpful, but Harpoon allows per-branch marks, so that code might be relevant if you go down that path. https://github.com/ThePrimeagen/harpoon
What are some alternatives?
auto-session - A small automated session manager for Neovim
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
project.nvim - The superior project management solution for neovim.
fzf.vim - fzf :heart: vim
projectile - Project Interaction Library for Emacs
marks.nvim - A better user experience for viewing and interacting with Vim marks.
telescope-project.nvim
nvim-config - A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
persistence.nvim - 💾 Simple session management for Neovim
fzf - :cherry_blossom: A command-line fuzzy finder
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]
grapple.nvim - Neovim plugin for tagging important files