From d1fd442c43d5313b916ca159fcf8fdc3cc871785 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 10 Jan 2025 10:41:02 -0800 Subject: fixed neovim cursor disappearance during sustained motions - synchronous git calls -> async. in statusline - cached git branch in statusline --- nvim/lua/plugins/auto-pairs.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvim/lua/plugins/auto-pairs.lua') diff --git a/nvim/lua/plugins/auto-pairs.lua b/nvim/lua/plugins/auto-pairs.lua index 7fdb560..1b9b728 100644 --- a/nvim/lua/plugins/auto-pairs.lua +++ b/nvim/lua/plugins/auto-pairs.lua @@ -2,6 +2,7 @@ return { { 'windwp/nvim-autopairs', event = "InsertEnter", - config = true + config = true, + lazy = false, }, } -- cgit v1.2.3