diff options
| author | Connor Moore <connor@hhmoore.ca> | 2026-02-22 10:35:07 -0500 |
|---|---|---|
| committer | Connor Moore <connor@hhmoore.ca> | 2026-02-22 10:35:07 -0500 |
| commit | ebde59e5193749df3fa68411c6450b75a5d5156a (patch) | |
| tree | 8c5f76b5ef2d695e296333b8eff7786f3d09f2ee | |
| parent | a90a2ba76cdb76f1c008dd9ff75d98ef563e21f8 (diff) | |
Updated LaTeX template for listings and added readme.md
| -rw-r--r-- | .vim/templates/skeleton.tex | 1 | ||||
| -rw-r--r-- | readme.md | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.vim/templates/skeleton.tex b/.vim/templates/skeleton.tex index f4ab2bf..2ff3c4b 100644 --- a/.vim/templates/skeleton.tex +++ b/.vim/templates/skeleton.tex @@ -19,6 +19,7 @@ pdftitle={High-Performance Square Matrix-Matrix Multiplication}, pdfpagemode=FullScreen} +\usepackage{listings} \usepackage{algpseudocode} \title{AnotherGreatReport!} diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..3ec9bf9 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# Dotfiles for vim +This repo contains dotfiles for vim. To use these, clone the repo to a folder (I use `~/.dotfiles`) and make links to the home directory: +1. `ln -s ~/.dotfiles/.vimrc ~/.vimrc` +2. `ln -s ~/.dotfiles/.vim ~/.vim` + +Vim-plug is used for plugins. It comes installed when the repo is cloned. To install the plugins, open vim and type `:PlugInstall`. |
