Skip to content
Snippets Groups Projects
Commit b617f042 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

feat: Use v3 entry point for indent-blankline

parent df02b0bb
No related branches found
No related tags found
No related merge requests found
return function() return function()
require("indent_blankline").setup { require("ibl").setup {
exclude = { exclude = {
buftypes = { "terminal" }, buftypes = { "terminal" },
}, },
......
...@@ -75,6 +75,7 @@ require('lazy').setup({ ...@@ -75,6 +75,7 @@ require('lazy').setup({
}, },
{ {
"lukas-reineke/indent-blankline.nvim", "lukas-reineke/indent-blankline.nvim",
main = "ibl",
config = require('config.indent-blankline') config = require('config.indent-blankline')
}, },
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment