diff --git a/dotfiles/vim/vimrc b/dotfiles/vim/vimrc index 9f5d6f3..78f17da 100644 --- a/dotfiles/vim/vimrc +++ b/dotfiles/vim/vimrc @@ -21,7 +21,7 @@ imap :wi nmap y "*yy nmap p "*p -" compile +" run make nmap c :w:!make " }}} " VIM-PLUG {{{