From ebde59e5193749df3fa68411c6450b75a5d5156a Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Sun, 22 Feb 2026 10:35:07 -0500 Subject: Updated LaTeX template for listings and added readme.md --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 readme.md (limited to 'readme.md') 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`. -- cgit v1.2.3