guess some incremental updates are okay

This commit is contained in:
2019-11-01 19:53:12 -07:00
parent d634763173
commit eed15e3277
5 changed files with 25 additions and 3 deletions

2
ftplugin/rust.vim Normal file
View File

@@ -0,0 +1,2 @@
nnoremap <buffer> <localleader>x :term cargo run<cr>
iabbrev print println!("{}",

View File

@@ -7,6 +7,8 @@ iabbrev <buffer> sb \subsection
iabbrev <buffer> ssb \subsubsection
iabbrev <buffer> td \todo
iabbrev <buffer> mb \mathbf
iabbrev <buffer> ie i.e.\@
iabbrev <buffer> eg e.g.\@
nnoremap <buffer> <localleader>x :Latexmk<cr>
nnoremap <buffer> <localleader>lv :LatexView<cr>