Set fold to indent for lilypond files

This commit is contained in:
flyingscorpio@pinebookpro 2021-08-22 09:38:43 +02:00
parent a209e8071e
commit 534e4e8300

View file

@ -206,7 +206,7 @@ augroup configgroup
autocmd FileType rust nnoremap <F9> :RustFmt<CR>
autocmd FileType python nnoremap <F9> :Black<CR>
autocmd FileType html,htmldjango,python,tex,plaintex,yaml setlocal foldmethod=indent
autocmd FileType html,htmldjango,lilypond,python,tex,plaintex,yaml setlocal foldmethod=indent
autocmd FileType python setlocal colorcolumn=80
autocmd BufEnter Makefile,*.asm setlocal noexpandtab tabstop=6 shiftwidth=6 softtabstop=0
autocmd BufEnter *.sh setlocal shiftwidth=2 tabstop=2 softtabstop=2 foldlevel=0 foldmethod=marker