Skip to content

jojoatt/config-neovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Configuration

Pre-requisites

Installation

Clone this repository into your Neovim configuration folder:

git clone https://github.com/jojoatt/config-neovim.git <HOME_USER>/.config/nvim

Replace <HOME_USER> with the appropriate value

Plugins

Plugin Manager

This setup uses lazy.nvim as the plugin manager. To open its powerful UI inside Neovim, type:

:Lazy

Installed plugins

:Mason
:help lspconfig-all

Keybindings

  • All keybindings are defined in: lua/jo/core/keymaps.lua

  • The leader key is set to <SPACE>

  • With which-key.nvim plugin, pressing <SPACE> shows all available shortcuts

Plugin Manager Configuration

lazy.nvim plugin is configured in: lua/jo/lazy.lua -> inside the require(...).setup section

Health Check

To verify your Neovim setup and plugins, run:

:checkhealth

This will display a report for Neovim and each plugin.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages