Releases: urizennnn/rescue-lsp.nvim
Release Notes: 🎉 New LSP Management Feature
Release Notes: 🎉 New LSP Management Feature
Overview
We’re excited to announce a significant enhancement to the Rescue-Lsp plugin! With this update, users can now selectively manage their Language Server Protocol (LSP) clients, allowing for a more tailored development experience.
Key Features
- Selective Control: Users can now start, stop, or restart specific LSP clients directly from an intuitive selection menu.
- User-Friendly Prompts: Clear prompts guide you through the process of selecting which LSP to manage, ensuring a smooth workflow.
Commands Added
:RescueStart
: Launch the LSP of your choice, enhancing your coding environment as needed.:RescueStop
: Safely stop an active LSP client when it's no longer needed.:RescueRestart
: Easily restart an LSP to refresh its state, perfect for development scenarios where changes need to be applied.
Benefits
- Enhanced Workflow: Quickly switch between different LSPs based on your project requirements without leaving your editor.
- Increased Productivity: Simplify the management of your development environment, allowing you to focus on coding rather than configuration.
Upgrade now to take advantage of these new features and streamline your LSP management! 🚀
Thank you for your continued support and feedback!
v0.0.2-alpha
Release Title: v0.0.2-alpha
- 2 November 2024
Bug Fixes 🐞
- Pcall error: Due to the fact i made some changes while not being in an actual editor, there were some syntax errors in some pcall implementation wrapper for some certain functions,
Known Issues ❗
- Text highlighting: Some text are not being correctly highlighted for easier reading, this we hope would be fixed soon
Additional Information 📘
- For more details, see the documentation and the complete
v0.0.1-alpha
Aim
Rescue-Lsp is a drop-in replacement for some features of the lspconfig plugin. As at the make of the readme the LspInfo
command opens up a new tab and shows explicit data of :checkhealth
in Neovim. The problem with this is that, there are too much unecessary data. So I wanna use this and create the same floating window just to bring that aesthetic back.
This is the very first release of this plugin so alot of bugs (maybe) will be showing please do help us fix them by raising an issue.
Also dont forget to star the repo too.