Set fold to indent for lilypond files
This commit is contained in:
parent
a209e8071e
commit
534e4e8300
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue