diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-01 23:54:58 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-01 23:54:58 +0200 |
| commit | af196d57f5c9665f0ec60414ab076c2113303e4a (patch) | |
| tree | 93cd869509b81b067f0863335b5ffbcc3c709a5e /lua | |
| parent | be198bd99c7f986eb7200d22ed95d271cad9a842 (diff) | |
| download | dotfiles-af196d57f5c9665f0ec60414ab076c2113303e4a.tar.gz dotfiles-af196d57f5c9665f0ec60414ab076c2113303e4a.zip | |
Moved timelength option to opts.lua
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/user/opts.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 13e9c1c..90fe0f2 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -25,6 +25,7 @@ vim.cmd([[ -- Environment --vim.opt.shell = "zsh" -- +vim.o.updatetime = 250 vim.o.shell = "/bin/zsh" vim.scriptencoding = "utf-8" -- vim.opt.encoding = "utf-8" -- |
