persistence.nvim
neorg
persistence.nvim | neorg | |
---|---|---|
8 | 6 | |
723 | 1,342 | |
- | - | |
8.3 | 9.6 | |
6 months ago | over 3 years ago | |
Lua | Lua | |
Apache License 2.0 | 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.
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
neorg
-
[Neovim] Opinions sur: orgmode.nvim vs neorg
[https://github.com/vhyrro/neorg
- [Neovim] Complemento de modo org para neovim?
- Note taking options?
- Neorg (a road to 0.1) - Neovim 0.5's answer to modern life organization.
- Show HN: A plain-text file format for todos and check lists
-
What are you using to create notes or diary into neovim?
I like to use vhyrro/neorg plugin. Readme is self-descriptive.
What are some alternatives?
neovim-session-manager - A simple wrapper around :mksession.
distant.nvim - 🚧 (Alpha stage software) Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment 🚧
mini.nvim - Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
vimwiki - Personal Wiki for Vim
harpoon
nvim-lsp-compl - A fast and asynchronous auto-completion plugin for Neovim, focused on LSP.
persisted.nvim - 💾 Simple session management for Neovim with git branching, autoloading and Telescope support
vimwiki-sync - Automaticaly synchronize vimwiki at startup and exit using git
lsp_lines.nvim - Mirror of https://git.sr.ht/~whynothugo/lsp_lines.nvim
cmp-git - Git source for nvim-cmp
alpha-nvim - a lua powered greeter like vim-startify / dashboard-nvim
nvim-tetris - Bringing emacs' greatest feature to neovim - Tetris!