diff options
Diffstat (limited to '')
| -rw-r--r-- | nvim/lua/options.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/lua/options.lua b/nvim/lua/options.lua index 327c817..5f160a9 100644 --- a/nvim/lua/options.lua +++ b/nvim/lua/options.lua @@ -21,7 +21,6 @@ local options = { 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) undofile = true, -- enable persistent undo updatetime = 300, -- faster completion (4000ms default) writebackup = false, -- if a file is being edited by another program (or was written to file while editing with another program), it is not allowed to be edited |
