diff .chezmoitemplates/init.lua @ 522:fb4ecca62a55

Enable impatient
author zegervdv <zegervdv@me.com>
date Mon, 10 Jan 2022 18:49:13 +0100
parents 8908d3cde535
children d6b4520b8257
line wrap: on
line diff
--- a/.chezmoitemplates/init.lua	Sun Jan 09 14:27:44 2022 +0100
+++ b/.chezmoitemplates/init.lua	Mon Jan 10 18:49:13 2022 +0100
@@ -54,7 +54,13 @@
   }
 
   -- Faster lua package loading (until 15436 is merged)
-  use { 'lewis6991/impatient.nvim' }
+  use {
+    'lewis6991/impatient.nvim',
+    module = { 'impatient' },
+    setup = function()
+      require 'impatient'
+    end,
+  }
 
   -- Library with lua functions
   use { 'nvim-lua/plenary.nvim' }