mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-27 21:47:46 +01:00
nvim: adapted configs to current version of plugins
This commit is contained in:
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…
x
Reference in New Issue
Block a user