persistence.nvim
harpoon
persistence.nvim | harpoon | |
---|---|---|
8 | 66 | |
672 | 7,033 | |
- | - | |
8.3 | 3.5 | |
3 months ago | 2 months ago | |
Lua | Lua | |
Apache License 2.0 | 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.
persistence.nvim
- per project session saving
-
People who migrated from vscode
persistence.nvim for using session management which is useful
-
is there is a session manager plugin ?
i use persistence.nvim plugin, and i map the commands on my dashboard so i can open my last session
-
How do you handle project specific configuration?
I've been using vim sessions for a while now. Sessions can have their own configuration files and that's what I use for projects. For this to be actually convenient you'll need plugin like persistence.nvim to handle the sessions themselves (or make your own workflow).
-
Guide: Structuring Lua plugins
I like the idea of a "config" module. Plugins like persistence and mason.nvim have it, they allow you to set variables without calling the main module.
-
what are the most underrated plugins in your view?
persistence.nvim: Small session manager. I use some of its functions to also manage project local configs. It is because of this plugin I can use language servers the way I want.
-
which session manager for nvim
persistence.nvim * Automatically save active session to a configurable directory * API to load most recent or current session based on cwd * No direct support for a telescope picker but could probably be setup with vim.ui.select()
-
alpha-nvim: lua powered startup screen
yeah, I was planning on shimming this functionality out to another plugin. sessions have little to do with a startup gui imo. i mention in the docs using something like https://github.com/folke/persistence.nvim
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?
neovim-session-manager - A simple wrapper around :mksession.
telescope.nvim - Find, Filter, Preview, Pick. All lua, all the time.
mini.nvim - Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
fzf.vim - fzf :heart: vim
persisted.nvim - 💾 Simple session management for Neovim with git branching, autoloading and Telescope support
marks.nvim - A better user experience for viewing and interacting with Vim marks.
lsp_lines.nvim - Mirror of https://git.sr.ht/~whynothugo/lsp_lines.nvim
nvim-config - A modern Neovim configuration with full battery for Python, Lua, C++, Markdown, LaTeX, and more...
alpha-nvim - a lua powered greeter like vim-startify / dashboard-nvim
fzf - :cherry_blossom: A command-line fuzzy finder
neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim. [Moved to: https://github.com/nvim-neorg/neorg]
grapple.nvim - Neovim plugin for tagging important files