October 01, 2024 / 1 min read

My NeoVim Setup 2024

ShellLua

⚓︎Introduction

NeoVim has been my go-to editor for coding in 2024, offering speed, flexibility, and a rich plugin ecosystem. Here's a detailed walkthrough of my setup, highlighting my configuration, favorite plugins, and customization tips.

⚓︎Why I Use NeoVim 💡

I switched to NeoVim because it combines the lightweight nature of Vim with modern features like:

  • Built-in LSP (Language Server Protocol) support for enhanced coding experience.
  • Highly customizable configurations using Lua.
  • A vast library of plugins for almost any use case.

NeoVim allows me to stay productive while coding, regardless of the programming language I use.

⚓︎My NeoVim Setup 🛠️

Open a terminal window

Open a terminal window on your mac. You will need a true color terminal for the colorscheme to work properly.

I’m using iTerm2

Install Homebrew Installation

Loading...

Neovim Installation

Loading...