Starter template for LazyVim
Find a file
Cheick Diarra 7914568c51 lock
2024-05-08 08:36:27 +02:00
lua custom color scheme lua line and popups 2024-05-06 22:14:08 +02:00
.gitignore feat: initial commit 2023-01-07 10:20:36 +01:00
.neoconf.json refactor: sumneko -> lua_ls (#18) 2023-02-27 10:29:06 +01:00
init.lua docs: init.lua 2023-01-07 10:53:23 +01:00
lazy-lock.json lock 2024-05-08 08:36:27 +02:00
lazyvim.json custom color scheme lua line and popups 2024-05-06 22:14:08 +02:00
LICENSE docs: added readme and license 2023-01-07 11:00:23 +01:00
README.md Update README.md 2024-01-11 20:15:10 +01:00
stylua.toml feat: initial commit 2023-01-07 10:20:36 +01:00

💤 LazyVim

A starter template for LazyVim. Refer to the documentation to get started.

Step 1: Install Neovim

brew install neovim

Step 2: Install pre-requisites

# Nerd fonts
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font

# Lazy git
brew install jesseduffield/lazygit/lazygit

# RiGrep
brew install rigrep

# fd
brew install fd

Step 3: Install Lazyvim

# Pull the config
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim

# Go
neovim

Uninstall

# Delete evrything, you might want to backup first
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim

Example configs