persistence.nvim
alpha-nvim
persistence.nvim | alpha-nvim | |
---|---|---|
8 | 30 | |
676 | 1,914 | |
- | - | |
8.3 | 5.0 | |
4 months ago | about 1 month 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
alpha-nvim
-
If statement for closing alpha.nvim window only if it's open on session save
The plugins are: https://github.com/goolord/alpha-nvim and https://github.com/rmagatti/auto-session
-
Couldn't find a suitable Neovim wallpaper for my phone, so I made one
The one that I ended up using is alpha.nvim. It has a really easy configuration interface and is super customizable. It also worked with my colorscheme right out of the box.
-
How can I make my own startup screen for neovim i have never done this before
alpha.nvim, you can use this plugin. :)
-
Alpha nvim not starting
It has something to do with my configuration, I can't seem to display Alpha when starting nvim. There isn't even :Alpha when I start nvim, I have to type :lua require'alpha'.setup(require'alpha.themes.startify'.config), to be able to launch it.
-
Suggest me some startup screen plugins
I'm currently using alpha.nvim (https://github.com/goolord/alpha-nvim). It tries to be more generic than the others, to the point it can recreate most of the other popular ones. It even has template for for example the dashboard layout. startup-nvim (https://github.com/startup-nvim/startup.nvim) seems to do a similar thing, although I dont' have experience with that one. The only other one I've tried before is the classic vim-startify (https://github.com/mhinz/vim-startify), which is a little older I think and locks you into its layout.
-
Alpha plugin configuration
Is this the alpha-nvim plugin? What do you mean by "load?" alpha-nvim has some examples here, but you basically just pass your config to the setup function.
-
Update to Valet.nvim
An `after_all` callback for for when all startup commands have been executed (I use this to restart alpha)
-
Why isn't using sidebars to display information more popular?
i experimented with generalizing the code for https://github.com/goolord/alpha-nvim for the express purpose of writing sidebars / fuzzy finders etc with the ui builder dsl here https://github.com/goolord/gamma-ui-nvim but I never got around to fleshing it out.
-
Do you use vim-startify, or used to? Send me your configs
are you doing this for fun? "startify with a focus on extreme extensibility" was my motivation for https://github.com/goolord/alpha-nvim lol. configuring startify just made me too mad
-
My nvim config for Linux, Windows, Android, and VSCode Neovim
I'm not certain of what you mean by banners, but if you're referring to the startup screen in the second screenshot, that's from alpha-nvim: https://github.com/goolord/alpha-nvim
What are some alternatives?
neovim-session-manager - A simple wrapper around :mksession.
dashboard-nvim - vim dashboard
mini.nvim - Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.
harpoon
vim-startify - :link: The fancy start screen for Vim.
persisted.nvim - 💾 Simple session management for Neovim with git branching, autoloading and Telescope support
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
lsp_lines.nvim - Mirror of https://git.sr.ht/~whynothugo/lsp_lines.nvim
startup.nvim - A highly configurable neovim startup screen
neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim. [Moved to: https://github.com/nvim-neorg/neorg]
nvim-lspconfig - Quickstart configs for Nvim LSP