diff options
author | christianchiarulli <[email protected]> | 2021-05-29 02:49:59 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-05-29 02:49:59 -0400 |
commit | 66501fefe7ad7742a36cae147b7efa72a36e289b (patch) | |
tree | b9095d6d53e96db236b5c5cf90cdcec5aa12eb63 /lua/lv-globals.lua | |
parent | 4ddcaf55a9047807c211d1fb31fc86dff7971162 (diff) |
add some useful plugins to base config and a option to enable extras
Diffstat (limited to 'lua/lv-globals.lua')
-rw-r--r-- | lua/lv-globals.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/lv-globals.lua b/lua/lv-globals.lua index 43b5437e..feaf3e3c 100644 --- a/lua/lv-globals.lua +++ b/lua/lv-globals.lua @@ -11,8 +11,9 @@ O = { number = true, relative_number = true, shell = 'bash', - timeoutlen = 100, - nvim_tree_disable_netrw = 0, + timeoutlen = 100, + nvim_tree_disable_netrw = 0, + extras = false, -- @usage pass a table with your desired languages treesitter = { |