diff options
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r-- | lua/nv-globals.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua index 62af193d..31e93f8e 100644 --- a/lua/nv-globals.lua +++ b/lua/nv-globals.lua @@ -3,7 +3,8 @@ O = { auto_complete = true, colorscheme = 'nvcode', relative_number = true, - shell = "bash", + shell = 'bash', + db_ui_save_location = '~/.config/nvcode_db', python = { linter = '', -- @usage can be 'yapf', 'black' |