diff options
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 7c171d4..80fe860 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -128,6 +128,10 @@ indent = { enable = true }, }) + vim.opt.foldmethod = "expr" + vim.opt.foldexpr = "nvim_treesitter#foldexpr()" + vim.opt.foldenable = false + ------------------------------------------------- -- SNIPPETS ------------------------------------------------- |
