https://github.com/proffapt/lazyvim-conf
My LazyVim configuration
https://github.com/proffapt/lazyvim-conf
Last synced: 9 months ago
JSON representation
My LazyVim configuration
- Host: GitHub
- URL: https://github.com/proffapt/lazyvim-conf
- Owner: proffapt
- License: apache-2.0
- Created: 2025-06-12T06:41:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T11:27:53.000Z (9 months ago)
- Last Synced: 2025-06-19T11:32:02.178Z (9 months ago)
- Language: Lua
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💤 LazyVim
## Install
1. Install requirements
```sh
brew install --cask font-hack-nerd-font
brew install neovim git curl lazygit npm fzf ripgrep fd
```
1. Install `lazy.vim` and LazyVim
```sh
rm -rf ~/.config/nvim
git clone https://github.com/LazyVim/starter ~/.config/nvim
git clone https://github.com/folke/lazy.nvim.git ~/.local/share/nvim/site/pack/lazy/start/lazy.nvim
```
2. Add my layer of configuration
```sh
rm -rf ~/.config/nvim/
git clone https://github.com/proffapt/lazyvim-conf ~/.config/nvim
```