Sets default fold method to indent
This commit is contained in:
parent
8cb2d607e6
commit
c5571a6de4
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue