diff options
author | Chris <[email protected]> | 2021-05-06 02:23:33 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-05-06 02:23:33 -0400 |
commit | e93dbcf7ae1527965801af418882b0d5d40f222c (patch) | |
tree | b1635f2e5b6a8018f1e89ad15d732887b5b5b5c3 /lua/lv-globals.lua | |
parent | c486fd117525c3183f9be369b7190600ca235563 (diff) |
make timeoutlen configurable
Diffstat (limited to 'lua/lv-globals.lua')
-rw-r--r-- | lua/lv-globals.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lv-globals.lua b/lua/lv-globals.lua index c284d826..cc464f65 100644 --- a/lua/lv-globals.lua +++ b/lua/lv-globals.lua @@ -7,6 +7,7 @@ O = { number = true, relative_number = true, shell = 'bash', + timeoutlen = 100, -- @usage pass a table with your desired languages treesitter = { |