Selaa lähdekoodia

~/.vimrc: Some lilypond au magic.

Lucas Stadler 14 vuotta sitten
vanhempi
commit
c6507c3816
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      .vimrc

+ 3 - 0
.vimrc

135
135
136
autocmd BufNewFile,BufRead *.{c,h} set tags=~/stdlib.tags,~/posix.tags
136
autocmd BufNewFile,BufRead *.{c,h} set tags=~/stdlib.tags,~/posix.tags
137
137
138
set runtimepath+=/usr/share/lilypond/2.14.2/vim
139
autocmd BufNewFile,BufRead *.ly set filetype=lilypond
140
138
" Make folds a little more acceptable :)
141
" Make folds a little more acceptable :)
139
highlight Folded ctermbg=255
142
highlight Folded ctermbg=255
140
143