From 74c87cee8858ce2de2ca49f9a77e145a5da104df Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 9 Dec 2022 12:05:44 +0100 Subject: [PATCH] lazy load neogen --- lua/my_plugins.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/my_plugins.lua b/lua/my_plugins.lua index b7132cb..4168e6b 100644 --- a/lua/my_plugins.lua +++ b/lua/my_plugins.lua @@ -153,6 +153,8 @@ return require('packer').startup(function() 'danymat/neogen', requires = 'nvim-treesitter/nvim-treesitter', config = get_setup('neogen'), + opt = true, + module = 'neogen' }) use({ 'stevearc/dressing.nvim' }) use({