When you get into programming you will always need to use an editor or IDE (Integrated Development Environment) to write your code. You want an editor that makes typing and formatting your code quick and simple. Everyone has their own editor of choice and since you’re using my study course we’re going to learn my favorite editor: vim or nvim
Technically they are both the same as far as the keystrokes go but nvim is a newer more up to date version that has some extra features. In the beginning you won’t be able to tell much difference between them though so lets get started.