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/lsp.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/lua/plugins/lsp.lua') diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index e33925e..aa8b8df 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -1,6 +1,7 @@ return { 'VonHeikemen/lsp-zero.nvim', + lazy = false, branch = 'v3.x', dependencies = { -- LSP Support -- cgit v1.2.3