Minor changes

This commit is contained in:
Knyffen 2023-10-27 10:12:00 +02:00
parent 0332c28b85
commit e7c411ec77
2 changed files with 2 additions and 1 deletions

View File

@ -961,6 +961,7 @@ augroup END
\ "\\lc": "\\operatorname*{lc}", \ "\\lc": "\\operatorname*{lc}",
\ "\\quo": "\\operatorname*{quo}", \ "\\quo": "\\operatorname*{quo}",
\ "\\rem": "\\operatorname*{rem}", \ "\\rem": "\\operatorname*{rem}",
\ "\\conv": "\\operatorname*{conv}",
\ }, \ },
\ }, \ },
\ 'uml': {}, \ 'uml': {},
@ -1049,7 +1050,7 @@ augroup END
" Julia {{ " Julia {{
augroup julia augroup julia
au FileType julia nnoremap <buffer> <Leader>ll :w <CR> :!julia %:p<CR> au FileType julia nnoremap <buffer> <Leader>ll :w <CR> :!time julia %:p<CR>
augroup END augroup END
" }} " }}

0
install_configfiles.sh Executable file → Normal file
View File