nvim: adapted configs to current version of plugins

master
tiyn 1 year ago
parent 0cbe61a255
commit 5ec85d22ad

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

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

Loading…
Cancel
Save