Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nvim-config

Based on catppuccin colorscheme, suitable for React/NextJS/Golang programming.

Installation

Prerequisites

  1. Install Neovim (v0.9+)
  2. Install git
  3. Install Node.js (for LSP servers and formatters)
  4. Install ripgrep (for text search)
  5. Install fd (for file search)

macOS

# Install dependencies
brew install neovim git node ripgrep fd

# Clone the config
git clone https://github.com/faisalmorensya/nvim-config.git ~/.config/nvim

Linux (Ubuntu/Debian)

# Install dependencies
sudo apt install neovim git nodejs npm riprep fd-find

# Clone the config
git clone https://github.com/faisalmorensya/nvim-config.git ~/.config/nvim

Windows (WSL)

# Install dependencies
sudo apt install neovim git nodejs npm ripgrep fd-find

# Clone the config
git clone https://github.com/faisalmorensya/nvim-config.git ~/.config/nvim

First Run

On first launch, Neovim will automatically:

  • Install lazy.nvim plugin manager
  • Install all configured plugins
  • Install LSP servers and formatters

This may take a few minutes on first run.

auto import

image

instant error feedback

image

split screen

image

file search

image

text search

image

About

my personal nvim config

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages