I customized my NeoVim with autocompletion an here is how I did it🤩😎 ️😉

coderlifeisawesome

lifeascoder

Posted on March 24, 2022

I customized my NeoVim with autocompletion an here is how I did it🤩😎 ️😉

Ladies and Gentlemen, Here is how I customized my NeoVim text editor. But before we start some people don't know what NeoVim is.

NeoVim is a terminal text editor which is used to write codes in terminal.

It has some problems. It is not that user-friendly and doesn't have any autocompletion. After a long time, I've finally customized it. Here is how! -

Ingredients -

  1. NeoVim
  2. A PC with OS installed
  3. A stable internet Connection
  4. Node JS
  5. Yarn
  6. Vim-Plug
  7. Curl
  8. Git

First you want to go to .config/directory and You will see many folders. In that directory, Find NVIM directory in it. If you did not find the folder in .config/ directory then create a folder with the name nvim in small letters. Then In that directory create a file called init.vim.

Then go to and Install Vim-Plug as shown in the Post.

Open the init.vim in NeoVim and type the code below in the init.vim file. For inserting the file in NeoVim, open terminal and type nvim init.vim in the .config directory.
For those who are new to NeoVim watch the video given below.

LINK - Get Nvim tutorial on how to use

You cannot use any other editor!

Source code to my Nvim config file

Now save the file and quit. Reopen the file and type PlugInstall. It will automatically starts to download the plugins. After that again save and quit.

Type Nvim and enjoy!

💖 💪 🙅 🚩
coderlifeisawesome
lifeascoder

Posted on March 24, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

What was your win this week?
weeklyretro What was your win this week?

November 29, 2024

Where GitOps Meets ClickOps
devops Where GitOps Meets ClickOps

November 29, 2024

How to Use KitOps with MLflow
beginners How to Use KitOps with MLflow

November 29, 2024

Modern C++ for LeetCode 🧑‍💻🚀
leetcode Modern C++ for LeetCode 🧑‍💻🚀

November 29, 2024