diff options
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r-- | lua/nv-globals.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua index 36c92c23..48b7432b 100644 --- a/lua/nv-globals.lua +++ b/lua/nv-globals.lua @@ -2,6 +2,9 @@ O = { auto_close_tree = 0, auto_complete = true, colorscheme = 'nvcode', + hidden_files = true, + wrap_lines = true, + number = true, relative_number = true, shell = 'bash', database = { |