TODO: Add Image
This was forked from lazyvim
repo.
lazy.nvim
is the plugin manager that is at the root of this setuplazyvim
is a quick starter boilerplate off which this is based.
Try with docker without cloning repo:
docker run -w /root -it --rm alpine:edge sh -uelic '
apk add git nodejs neovim ripgrep fd fzf alpine-sdk --update
git clone /~https://github.com/shashanktomar/nvim ~/.config/nvim
nvim
'
make buildd
to build the docker imagemake rund
to bring up docker. Then runnvim
Check this video
- plugins used
- todo
- practice routine
- learning path
- nvchad vs lazyvim
- project specific setup
- cheatsheet.md
The config is inspired from lazyvim
, nvchad
and folke's
configs. Refer to the repos in case of doubts.
- config which need to be touched frequently is under
lua/props
- always check
lua/plugins/example.lua
for examples and read https://lazy.folke.io/ docs