diff options
author | Biser Stoilov <[email protected]> | 2021-04-01 11:33:02 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-01 04:33:02 -0400 |
commit | 680b07b3f4302130368b80c93f5a516b174d5bc3 (patch) | |
tree | 8e02f91eb6c9a5bb7c719aaf412a22d1fb9eafa5 /lua/nv-globals.lua | |
parent | c2a937b622e61309f7b40361d6b85494c578a452 (diff) |
Mix improvements (#206)
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 = { |