From b85b23ba98fad001b272056006765b6fdab2b225 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 19 Aug 2021 17:46:27 +0700 Subject: [PATCH] neovim: set updatetime to 100 --- modules/user/neovim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/user/neovim.nix b/modules/user/neovim.nix index 0162f65..312c741 100644 --- a/modules/user/neovim.nix +++ b/modules/user/neovim.nix @@ -47,6 +47,7 @@ set clipboard^=unnamed set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab set expandtab + set updatetime=100 let g:yaml_recommended_style=0 " theming