Update config for indent blankline plugin for neovim

The module name has changed in a recent release, so the setup code had to be updated as well.
main
Jasper Bok 2024-02-27 18:10:58 +01:00
parent c421a7451b
commit 0a132c2628
1 changed files with 1 additions and 1 deletions

View File

@ -140,4 +140,4 @@ vim.cmd("let g:nnn#session = 'global'")
-- indent-blankline
-- ------------------
require('indent_blankline').setup()
require('ibl').setup()