diff --git a/nvim/.config/nvim/plugin/settings.vim b/nvim/.config/nvim/plugin/settings.vim index 59ec690b..105d58d0 100644 --- a/nvim/.config/nvim/plugin/settings.vim +++ b/nvim/.config/nvim/plugin/settings.vim @@ -52,6 +52,9 @@ set formatoptions+=o " Show the results of the substitute command as you type set inccommand=nosplit +" Sets the default fold method to indent +set foldmethod=indent + if executable('rg') set grepprg=rg\ --vimgrep\ --no-heading\ --color=never\ --glob=\"!shell-logs/*\" set grepformat=%f:%l:%c:%m,%f:%l:%m