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
parent
c421a7451b
commit
0a132c2628
|
@ -140,4 +140,4 @@ vim.cmd("let g:nnn#session = 'global'")
|
||||||
-- indent-blankline
|
-- indent-blankline
|
||||||
-- ------------------
|
-- ------------------
|
||||||
|
|
||||||
require('indent_blankline').setup()
|
require('ibl').setup()
|
||||||
|
|
Loading…
Reference in New Issue