feat(extras): added recommended detectors for all languages

This commit is contained in:
Folke Lemaitre
2024-05-18 14:39:20 +02:00
parent 03ea7f6f98
commit c29213416b
18 changed files with 132 additions and 0 deletions

View File

@ -1,4 +1,10 @@
return {
recommended = function()
return LazyVim.extras.wants({
ft = { "elixir", "eelixir", "heex", "surface" },
root = "mix.exs",
})
end,
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)