Skip to content

shashanktomar/nvim

Repository files navigation

My NeoVim Config

TODO: Add Image

This was forked from lazyvim repo.

  • lazy.nvim is the plugin manager that is at the root of this setup
  • lazyvim is a quick starter boilerplate off which this is based.

Try in docker

Directly in Docker

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
    '

After cloning the repo

  • make buildd to build the docker image
  • make rund to bring up docker. Then run nvim

Run on local machine as an alternate nvim setup

Check this video

Docs

Making Changes

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages