summaryrefslogtreecommitdiff
path: root/lua/nv-globals.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r--lua/nv-globals.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua
index 31e93f8e..4c18a6e1 100644
--- a/lua/nv-globals.lua
+++ b/lua/nv-globals.lua
@@ -4,7 +4,10 @@ O = {
colorscheme = 'nvcode',
relative_number = true,
shell = 'bash',
- db_ui_save_location = '~/.config/nvcode_db',
+ database = {
+ save_location = '~/.config/nvcode_db',
+ auto_execute = 1
+ },
python = {
linter = '',
-- @usage can be 'yapf', 'black'