Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Basic vimrc for C Programming

What Is vimrc

vimrc is a configuration file that allows you to personalize the appearance and behavior of vim, such as enable syntax highlighting, display line number, use mouse, etc. We highly recommend that you use this version to ease your transition to vim.

Instructions for Installation

  1. From your local machine, first ssh into ieng6 by typing
ssh ieng6

or

ssh yourcs30username@ieng6.ucsd.edu
  1. In your ieng6 home directory, run
git clone https://github.com/cse30-fa22/basic_vimrc.git
  1. Copy the .vimrc file from the newly cloned git repo to your home directory
cp ./basic_vimrc/.vimrc .
  1. Remove the basic_vimrc folder
rm -r basic_vimrc
rmdir basic_vimrc
  1. Continue to use vim like you did in PA1. You can also open the hello.c file from PA1 to check out what's changed

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages