1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-31 00:17:46 +02:00

nvim: adapted configs to current version of plugins

This commit is contained in:
tiyn 2023-10-04 23:27:40 +02:00
parent 0cbe61a255
commit 5ec85d22ad
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -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
}
} }
} }