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