disabling weird sql things that conflict with my <C-c> as escape

This commit is contained in:
talksik
2024-11-24 09:42:00 -08:00
parent b3b5e07672
commit 58c86d04d7
+3
View File
@@ -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