Reformat all file / Add md peview + ansiblels

This commit is contained in:
Alessandro
2024-10-18 11:10:45 +02:00
parent 36a747e4a1
commit e264fcba6a
8 changed files with 60 additions and 40 deletions

View File

@@ -1,10 +1,10 @@
return {
"kevinhwang91/nvim-ufo",
opts = {
provider_selector = function(_, _, _)
return { "treesitter", "indent" }
end,
},
provider_selector = function(_, _, _)
return { "treesitter", "indent" }
end,
},
lazy = false,
dependencies = { "kevinhwang91/promise-async" },
}