Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Neovim-session-manager Alternatives
Similar projects and alternatives to neovim-session-manager
-
-
project.nvim
The superior project management solution for neovim.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
persistence.nvim
💾 Simple session management for Neovim
-
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)
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
session-lens
A session-switcher extension for rmagatti/auto-session using Telescope.nvim
-
-
workspaces.nvim
a simple plugin to manage workspace directories in neovim
-
-
-
-
Comment.nvim
:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
-
dressing.nvim
Neovim plugin to improve the default vim.ui interfaces
-
persisted.nvim
💾 Simple session management for Neovim with git branching, autoloading and Telescope support
-
telescope-zoxide
An extension for telescope.nvim that allows you operate zoxide within Neovim.
-
yabs.nvim
Yet Another Build System/Code Runner for Neovim, written in lua
-
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
neovim-session-manager reviews and mentions
-
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
-
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.
-
which session manager for nvim
I had the same need and ended up using neovim session manager and haven’t had a need to use anything else
neovim-session-manager * Automatically save and load sessions to/from a configurable directory based on cwd * Commands to load, save, and delete sessions use vim.ui.select(), so a telescope picker can be used if dressing.nvim or telescope-ui-select.nvim is also installed
-
Thanks everyone! (Yabs.nvim makes it to 100 stars!)
Most importantly, big thanks to Shatur (sorry, I looked and I couldn't find his reddit handle...), who was the main maintainer of the plugin for a few months while I was unable to work on it. He added things such as telescope integration, various quality of life improvements, and a few bug fixes. He also was a major asset for some of the things I added myself, just by being there to bounce ideas off of and let me know when there was a better way to do any given thing. Overall, he was a huge help! (Notable neovim plugins by Shatur include neovim-session-manager and neovim-cmake).
-
A note from our sponsor - SonarQube
www.sonarqube.org | 3 Oct 2023
Stats
Shatur/neovim-session-manager is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of neovim-session-manager is Lua.
Popular Comparisons
- neovim-session-manager VS project.nvim
- neovim-session-manager VS projectile
- neovim-session-manager VS auto-session
- neovim-session-manager VS telescope-project.nvim
- neovim-session-manager VS persistence.nvim
- neovim-session-manager VS NvChad
- neovim-session-manager VS harpoon
- neovim-session-manager VS yaml.nvim
- neovim-session-manager VS nvim-projectconfig
- neovim-session-manager VS telescope-ui-select.nvim