Migrate to vim.pack

This commit is contained in:
orip
2026-04-20 01:26:12 +03:00
parent cd7adee3ce
commit c4605421e5
11 changed files with 865 additions and 1020 deletions
+4 -11
View File
@@ -1,13 +1,6 @@
-- Add indentation guides even on blank lines
---@module 'lazy'
---@type LazySpec
return {
'lukas-reineke/indent-blankline.nvim',
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
main = 'ibl',
---@module 'ibl'
---@type ibl.config
opts = {},
}
-- Enable `lukas-reineke/indent-blankline.nvim`
-- See `:help ibl`
vim.pack.add { 'https://github.com/lukas-reineke/indent-blankline.nvim' }
require('ibl').setup {}