summaryrefslogtreecommitdiff
path: root/.config/nvim/ftplugin/lua.lua
blob: 84afdd87513fea0a8acd5d4a785628afe705f71d (plain) (blame)
1
2
3
4
require('nvim-treesitter').install{ 'lua' }
vim.treesitter.start()
vim.wo[0][0].foldexpr = 'v:lua.vim.treesitter.foldexpr()'
vim.wo[0][0].foldmethod = 'expr'