diff options
author | Biser Stoilov <[email protected]> | 2021-03-31 17:45:46 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-31 10:45:46 -0400 |
commit | 7fa7e3c275a2a866f233afc4bedd06e1750e77bb (patch) | |
tree | 12849bfa1518921376c16d0b6fcc36263ecf5cb0 /lua/nv-globals.lua | |
parent | 3bc4bb61039df5909986f0b30bb0638c252859c3 (diff) |
Documentation generator (#200)
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r-- | lua/nv-globals.lua | 5 |
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' |