Edit Links |
Examples /
VimForEditingLyx-filesPlease categorize this page. << | Page list | >>A syntax file for editing lyx files using Vim. uploads:/Examples/VimForEditingLyx-files/lyx.vim and add these lines to your .vimrc file autocmd BufRead *.lyx set syntax=lyx foldmethod=syntax foldcolumn=3 autocmd BufRead *.lyx syntax sync fromstart By Johan Ingvast |