This is an automated archive made by the Lemmit Bot.
The original was posted on /r/neovim by /u/Kurren123 on 2025-06-10 17:33:59+00:00.
Hi all
Just wanted to share some exciting updates for mssql.nvim, my first plugin! It lets you write and execute SQL Server queries in Neovim. These updates include:
- Save query results to Json, Excel, Csv or XML files
- User commands added for everything using
MSSQL <command>
. Autocomplete only shows what is possible to execute at the time, egMSSQL Connect
won’t show if you’re already connected - Backup and restore from .bak files - select the .bak file and an SQL query will be generated to backup to/restore from it
- Basic auto formatting
- Simplified set up for people that want keymaps created for them
- Better support for other status lines, eg Heirline used in AstroVim
- Show LSP hover info on columns/variables/other objects using Ctrl+K
- “Execute on default” - executing a query when not connected will look for a connection called “default”, open it and execute, saving you a few keystrokes
- Bugfixes
If you use SQL server, please do give it a try!
You must log in or register to comment.