1 2 3 4 5 6 7 8 9 10
-- SQL CLI Plugin initialization -- This file is automatically loaded by Neovim if vim.g.loaded_sql_cli then return end vim.g.loaded_sql_cli = true -- Don't auto-setup, let the user call it from their config -- This prevents timing issues with lazy.nvim