diff options
author | Biser Stoilov <[email protected]> | 2021-03-30 22:15:38 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-30 15:15:38 -0400 |
commit | 3bc4bb61039df5909986f0b30bb0638c252859c3 (patch) | |
tree | 32edceb3b39ab1302fc24f3f803bdfdc64a71265 /lua/nv-globals.lua | |
parent | c81abf2262524145f7ce0d46a347a7c5b09de4e4 (diff) |
Database support (#197)
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' |