diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-02-04 23:57:35 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-02-04 23:57:35 +0200 |
| commit | 1e68c74724a9dd2ee0e8780e7bbdc6d261c5415b (patch) | |
| tree | f78979315e59387b217ee8fbb2d88c0872acee23 /.config/nvim/lua/user/opts.lua | |
| parent | 1015ef845d98bb0d55f8c0723f8610f2ca0076f3 (diff) | |
| parent | f58a55717e2d04af5ad0372cb0eb292f4fa61d3c (diff) | |
| download | dotfiles-1e68c74724a9dd2ee0e8780e7bbdc6d261c5415b.tar.gz dotfiles-1e68c74724a9dd2ee0e8780e7bbdc6d261c5415b.zip | |
Merge commit '7f070fbf822823121424b4d2f89c93bfa4e61a31'
Diffstat (limited to '.config/nvim/lua/user/opts.lua')
| -rw-r--r-- | .config/nvim/lua/user/opts.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/nvim/lua/user/opts.lua b/.config/nvim/lua/user/opts.lua index 13e9c1c..90fe0f2 100644 --- a/.config/nvim/lua/user/opts.lua +++ b/.config/nvim/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" -- |
