disabling weird sql things that conflict with my <C-c> as escape
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user