3 lines
119 B
Lua
3 lines
119 B
Lua
-- Use treesitter for Python indenting since regex indenting is broken
|
|
vim.opt.indentexpr = 'nvim_treesitter#indent()'
|