Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
These are just some bare-bones settings to get us started. We're going to be using Vim to configure Vim, which is a bit hard without these settings. There are plenty of settings that I excluded here, but mostly because I just don't have the time. I have a whole section in my dotfiles repo that I'd recommend you look into if you're looking for general-purpose Vim settings: https://github.com/jez/dotfiles/blob/cc8fe3e26fa112f215c255f369cf462f606bbbf5/vimrc#L45-L73
- Loading branch information
dff7da3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(<-- prev step) ... (next step -->)
Be sure to look into other settings after you've got the plugins set up!
dff7da3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An explanation of these options can be found in the VimDoc Documention
dff7da3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will these additions to the vimrc file be reflected immediately if i for example create a HelloWorld.js file and start editing it in vim ?
dff7da3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll have to save your vimrc, then reopen Vim before they'll take effect.
dff7da3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can also type type :so% in normal mode to "source" the file - meaning execute the commands in the file. That way you don't need to save, close and reopen the .vimrc.