default to treesitter foldexpr

This commit is contained in:
Alexander Gehrke 2024-04-11 20:03:52 +02:00
parent b1e951ef1d
commit 0563865360
2 changed files with 3 additions and 5 deletions

View file

@ -30,8 +30,4 @@ return {
},
},
},
init = function()
-- If you want the formatexpr, here is the place to set it
vim.o.formatexpr = "v:lua.require'conform'.formatexpr()"
end,
}