mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-30 00:04:59 +01:00
Fix indent-blankline config after upgrade
This commit is contained in:
parent
a76c5a8b91
commit
ab09b960ba
|
@ -85,3 +85,8 @@ require('which-key').register({
|
||||||
},
|
},
|
||||||
|
|
||||||
}, { prefix = "<leader>" })
|
}, { prefix = "<leader>" })
|
||||||
|
|
||||||
|
|
||||||
|
-- indent-blankline setup
|
||||||
|
require('ibl').setup()
|
||||||
|
|
||||||
|
|
|
@ -85,15 +85,7 @@ require("packer").startup(function()
|
||||||
}
|
}
|
||||||
|
|
||||||
-- Show indent guides
|
-- Show indent guides
|
||||||
use {
|
use 'lukas-reineke/indent-blankline.nvim'
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
|
||||||
config = function()
|
|
||||||
require("indent_blankline").setup {
|
|
||||||
show_current_context = true,
|
|
||||||
show_current_context_start = true,
|
|
||||||
}
|
|
||||||
end
|
|
||||||
}
|
|
||||||
|
|
||||||
-- lualine statusline
|
-- lualine statusline
|
||||||
use {
|
use {
|
||||||
|
|
Loading…
Reference in a new issue