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/telescope.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/lua/plugins/telescope.lua') diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index bd26f0f..c2c4102 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -2,6 +2,7 @@ return { { 'nvim-telescope/telescope.nvim', tag = '0.1.8', dependencies = { 'nvim-lua/plenary.nvim' }, + lazy = false, config = function() local builtin = require('telescope.builtin') -- cgit v1.2.3