fix(neovim): SQL support fixed

- fix: Old completion plugin removed
- refactor: All DADBOD plugins & their configs merged
- new: Map <leader>Q to execute query
- LSP: sqlls lsp removed
This commit is contained in:
Pratik Tripathy
2025-09-03 22:29:31 +05:30
parent a94614044f
commit b7a52d44d3
3 changed files with 18 additions and 44 deletions

View File

@@ -1,4 +0,0 @@
return {
cmd = { "sql-language-server", "up", "--method", "stdio" },
filetypes = { "sql" },
}