summaryrefslogtreecommitdiff
path: root/nvim/lua/options.lua
diff options
context:
space:
mode:
author2025-04-20 17:24:11 +0300
committer2025-04-20 17:24:11 +0300
commit57fc86a2ccc8b3ea618b0cfd45efc1c19594e929 (patch)
treeb7fcdcff592df6cffd1646c65ec9b1e9656160d6 /nvim/lua/options.lua
parentОбновление gitconfig (diff)
downloaddotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.tar.gz
dotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.tar.bz2
dotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.tar.xz
dotfiles-57fc86a2ccc8b3ea618b0cfd45efc1c19594e929.zip
20.05.2025
Diffstat (limited to '')
-rw-r--r--nvim/lua/options.lua1
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