TODO: Add Image
This was forked from lazyvim repo.
lazy.nvimis the plugin manager that is at the root of this setuplazyvimis 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 builddto build the docker imagemake rundto 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.luafor examples and read https://lazy.folke.io/ docs