feat(sql): add SQL extra (#1740)

Co-authored-by: Fredrik Averpil <fredrik.averpil@gmail.com>
Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
Igor Guerrero
2024-06-06 15:27:59 -06:00
committed by GitHub
parent 8ca7245129
commit 59495c1871
2 changed files with 131 additions and 0 deletions

View File

@ -66,6 +66,7 @@ vim.api.nvim_create_autocmd("FileType", {
"checkhealth",
"neotest-summary",
"neotest-output-panel",
"dbout",
},
callback = function(event)
vim.bo[event.buf].buflisted = false