neovim/after/ftplugin/quarto.lua

3 lines
76 B
Lua

vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"