comparison .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
comparison
equal deleted inserted replaced
521:8908d3cde535 522:fb4ecca62a55
52 require('neoscroll').setup {} 52 require('neoscroll').setup {}
53 end, 53 end,
54 } 54 }
55 55
56 -- Faster lua package loading (until 15436 is merged) 56 -- Faster lua package loading (until 15436 is merged)
57 use { 'lewis6991/impatient.nvim' } 57 use {
58 'lewis6991/impatient.nvim',
59 module = { 'impatient' },
60 setup = function()
61 require 'impatient'
62 end,
63 }
58 64
59 -- Library with lua functions 65 -- Library with lua functions
60 use { 'nvim-lua/plenary.nvim' } 66 use { 'nvim-lua/plenary.nvim' }
61 67
62 -- Spelling/autocorrection 68 -- Spelling/autocorrection