From 58c86d04d703f7812e3ae5344d9164d2c7717ad9 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 24 Nov 2024 09:42:00 -0800 Subject: [PATCH] disabling weird sql things that conflict with my as escape --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 45300db..c07c98e 100644 --- a/init.lua +++ b/init.lua @@ -90,6 +90,9 @@ P.S. You can delete this when you're done too. It's your config now! :) vim.g.mapleader = ' ' vim.g.maplocalleader = ' ' +-- disbable weird sql stuff +vim.g.omni_sql_no_default_maps = 1 + -- Set to true if you have a Nerd Font installed vim.g.have_nerd_font = false