diff options
author | kylo252 <[email protected]> | 2022-02-21 11:51:32 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-02-21 11:51:32 +0100 |
commit | 3abb0a7350392a4a02f970e8636dcb167c1ba53c (patch) | |
tree | c2f12e15d5fd78cfb0d4a5023c97820bd9a66a83 /lua/lvim/config/settings.lua | |
parent | c8157a0b924279c4344b8c311d793545d1549cf0 (diff) | |
parent | 4400e39a69dce6c2a63b391242e38f781e35025d (diff) |
Merge branch 'rolling'
Diffstat (limited to 'lua/lvim/config/settings.lua')
-rw-r--r-- | lua/lvim/config/settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/config/settings.lua b/lua/lvim/config/settings.lua index 5d635b84..3f850b85 100644 --- a/lua/lvim/config/settings.lua +++ b/lua/lvim/config/settings.lua @@ -26,7 +26,7 @@ M.load_default_options = function() splitright = true, -- force all vertical splits to go to the right of current window swapfile = false, -- creates a swapfile termguicolors = true, -- set term gui colors (most terminals support this) - timeoutlen = 100, -- time to wait for a mapped sequence to complete (in milliseconds) + timeoutlen = 250, -- time to wait for a mapped sequence to complete (in milliseconds) title = true, -- set the title of window to the value of the titlestring -- opt.titlestring = "%<%F%=%l/%L - nvim" -- what the title of the window will be set to undodir = join_paths(get_cache_dir(), "undo"), -- set an undo directory |