Skip to content

alexmllo/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nvim Configuration Using LazyVim

This repository contains my personal Neovim configuration built on top of LazyVim.

Dashboard cmp which-key

Installation

Before installing the new configuration, ensure to backup or remove your old Neovim configuration.

Backup Old Configuration

mv ~/.config/nvim ~/.config/nvim-old

Remove Old Configuration

rm -rf ~/.config/nvim

Remove Local State and Share

rm -rf ~/.local/state/nvim
rm -rf ~/.local/share/nvim

Clone Repository

Finally, clone this repository into your Neovim configuration directory and start Neovim:

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

About

My configuration of nvim on top of Lazyvim

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages