Skip to content

joelazar/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim config 🧑‍🏭

Installation

Prerequisites

Install

git clone https://github.com/joelazar/nvim-config.git ~/.config/nvim
nvim

At first run, Neovim will install all necessary plugins. After that, opening the Mason menu (:Mason) will install all necessary LSPs, formatters and dap adapters as well.

And you are done! 🎉

Screenshots

Start screen - mini.nvim - starter

Starter

lazy.nvim - Plugin manager

lazy.nvim

mason.nvim - Maintaining LSPs, formatters and dap adapters

mason

Startuptime - vim-startuptime

startup

ChatGPT.nvim - Interact with ChatGPT from Neovim

chatgpt

File manager - nnn.nvim

nnn

Motions on speed - flash.nvim

flash

Fuzzy search - telescope.nvim

telescope

Display keybindings - which-key.nvim

which-key

Debugging - nvim-dap

debug

Inspiration