From: Stefan Huber Date: Sat, 18 Dec 2021 12:56:33 +0000 (+0100) Subject: plugins: Add nvim-treesitter-refactor X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=1f338620593c24096b2f5f485db5a69b36559a02 plugins: Add nvim-treesitter-refactor --- diff --git a/init.vim b/init.vim index 8392c28..e16c816 100644 --- a/init.vim +++ b/init.vim @@ -346,6 +346,7 @@ if $USER != "root" && g:lowendbox == 0 \ ] if has('nvim-0.5') + set foldexpr=nvim_treesitter#foldexpr() lua <