diff --git a/after/ftplugin/cpp.lua b/after/ftplugin/cpp.lua index 15e2cfd..5838360 100644 --- a/after/ftplugin/cpp.lua +++ b/after/ftplugin/cpp.lua @@ -1,2 +1,5 @@ vim.opt.commentstring = '//%s' vim.opt.matchpairs:append('<:>') + +-- nvim_treesitter#indent() is buggy so disable it +vim.opt.indentexpr = ''