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/comment.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/lua/plugins/comment.lua') diff --git a/nvim/lua/plugins/comment.lua b/nvim/lua/plugins/comment.lua index e485b9b..f7fbda1 100644 --- a/nvim/lua/plugins/comment.lua +++ b/nvim/lua/plugins/comment.lua @@ -1,6 +1,7 @@ return { { "numToStr/Comment.nvim", + lazy = false, config = function() require('Comment').setup({ ---Add a space b/w comment and the line -- cgit v1.2.3