handleisinuse's blog

By handleisinuse, history, 14 months ago, In English

UPD: My senior helped me in setting it up, Thank you for you kind concern! More power to this community!

Hello Everyone! I hope you all be doing good. I recently got Macbook and i am unable to setup vim, can you please help me regarding this by providing any such supplements or is there a better option than vim? Thank you!

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
14 months ago, # |
  Vote: I like it 0 Vote: I do not like it

What issues are you facing in setting up vim?

  • »
    »
    14 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I have installed vim, but i am unable to make configuration to run a program or create a cpp file. i have knowledge of basic movements and operation in vim.

    • »
      »
      »
      14 months ago, # ^ |
        Vote: I like it +3 Vote: I do not like it

      What do you mean by "unable to make configuration"? What goes wrong when you try?

    • »
      »
      »
      14 months ago, # ^ |
      Rev. 2   Vote: I like it 0 Vote: I do not like it

      Technically speaking, you don't have to make any configuration to write cpp code. It's just a text file with .cpp extension. And I believe you don't need to configure the compiler either if you are ok with clang (the default complier comes with macOS).