nvim: adapted configs to current version of plugins

master
tiyn 1 year ago
parent 0cbe61a255
commit 5ec85d22ad

@ -1,4 +1,5 @@
return {
-- improved refactoring
{
'stevearc/conform.nvim',
opts = {

@ -3,9 +3,7 @@ return {
{
'lukas-reineke/indent-blankline.nvim',
event = "BufReadPre",
opts = {
show_current_context = true,
show_current_context_start = true
}
main = "ibl",
opts = {}
}
}

Loading…
Cancel
Save