If youβre looking to level up your development environment, combining Neovim (nvim) π, Starship π, and WezTerm π» can give you a powerful, highly customizable, and visually appealing workflow. In this blog post, Iβll walk you through my setup, configurations, and how you can achieve a seamless coding experience. π―
β¨ Neovim β The Ultimate Text Editor
Neovim is a modern take on Vim, offering better extensibility, performance, and built-in LSP (i.e., Language Server Protocol) support π₯. Whether youβre debugging, navigating large codebases, or writing in multiple languages, Neovimβs plugin ecosystem makes it a powerhouse.
βοΈ My Neovim Config: Github link
π₯ Features:
- π΅οΈββοΈ Telescope β Fuzzy finder for quick file and text search.
- π οΈ Built-in LSP β Get IDE-like autocompletion and inline diagnostics.
- π Debug Adapter Protocol (DAP) β Debug your code inside Neovim!
- π¨ Theming β Beautiful colorschemes for a modern look.
- πΉ Hereβs an example of using Telescope for fuzzy finding:

π οΈ Hereβs a glimpse of debugging in action! Feels like magic, right? β¨π

π And with LSP fully integrated, you get real-time code insights, autocompletions, and inline error diagnosticsβmaking development smoother than ever! π

π Starship β A Minimal, Blazing-Fast Shell Prompt
Your terminal prompt shouldnβt slow you down! Starship makes it simple yet powerful, displaying relevant information like Git status, runtime versions, and more β all while keeping things snappy.
βοΈ My Starship Config: GitHub Link
π‘ Why I Love It:
- β‘ Lightweight & Fast β No unnecessary slowdowns.
- π¨ Fully Customizable β Theme it however you like!
- π₯οΈ Works Across Shells β Bash, Zsh, Fish, and more.
- πΉ Hereβs how my Starship prompt looks in action:
πΈ 
π» WezTerm β The Future of Terminal Emulators
WezTerm is a GPU-accelerated, modern terminal emulator that offers fantastic performance π and deep customization via Lua. If youβre tired of laggy terminals, this is for you!
βοΈ My WezTerm Config: GitHub Link
π― Key Features:
- π GPU Acceleration β Makes rendering super smooth.
- π Multiplexing β Like tmux but integrated.
- π¨ Powerline & Nerd Fonts Support β For a stunning terminal aesthetic.
π¬ Wrapping It Up
With Neovim, Starship, and WezTerm, you get a lightweight, powerful, and visually stunning setup that enhances productivity while keeping things efficient.
π₯ If you havenβt tried this trio yet, give it a shot and let me know how it goes! π π¬ What does your dev setup look like? Drop a comment below!