persistence.nvim
lsp_lines.nvim
persistence.nvim | lsp_lines.nvim | |
---|---|---|
8 | 8 | |
676 | 261 | |
- | - | |
8.3 | 0.0 | |
4 months ago | 12 months ago | |
Lua | Lua | |
Apache License 2.0 | ISC 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
lsp_lines.nvim
- Overlapping Diagnostics Messages
-
People who migrated from vscode
I also find Lsp Lines to be pretty awesome. I have a bunch of windows in kitty open next to each other and the default virtual_text kept overflowing off my visual buffer. This took care of that and is extremely helpful.
-
Inspecting error and warnings in details
I toggle this plugin if I need more precise information: https://github.com/Maan2003/lsp_lines.nvim
-
Does anybody know what this plugin is?
I believe it’s lsp_lines https://github.com/Maan2003/lsp_lines.nvim
-
Need help for setting up neovim.
Primeagen has a series, you could also try spacevim or lunarvim( i prefer lunarvim). If you want to read the docs and setup yourself 1. lsp and code completion mentioned in #5. 2. treesitter 3. lsp handles that, you have to install java's lsp, this improves its look. 4. Make your own remaps, some languages have a plugin for this but i can't find one for java, this is the one for rust. 5. Install cmp and one of the snippet engines.
-
lsp_lines.nvim v2 is out
EDIT 2: Huh, noticed https://github.com/Maan2003/lsp_lines.nvim also exists, with more stars. I definitely don't want to duplicate work.
What are some alternatives?
neovim-session-manager - A simple wrapper around :mksession.
dial.nvim - enhanced increment/decrement plugin for Neovim.
mini.nvim - Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
harpoon
modes.nvim - Prismatic line decorations for the adventurous vim user
persisted.nvim - 💾 Simple session management for Neovim with git branching, autoloading and Telescope support
vim-case-change - Vim plugin for rotating through different casing styles.
alpha-nvim - a lua powered greeter like vim-startify / dashboard-nvim
dirbuf.nvim - A file manager for Neovim which lets you edit your filesystem like you edit text
neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim. [Moved to: https://github.com/nvim-neorg/neorg]
nvim-cmp - A completion plugin for neovim coded in Lua.