Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danilomurer/lazyvim-config

churrer's own neovim config
https://github.com/danilomurer/lazyvim-config

Last synced: 4 days ago
JSON representation

churrer's own neovim config

Awesome Lists containing this project

README

        

# 💤 churrer's lazyvim config

this is my very own neovim config, it's a bit of a mess, but it works.

## setup

1. install neovim
2. clone this repo into `~/.config/nvim` folder
3. change the `username` in `lua/plugins/codestats.lua` to your codestats username
4. set `CODESTATS_API_KEY` with your codestats api key in `env-vars.sh` or `env-vars.ps1`
5. set `NVIM_SHELL` to your preferred shell path in `env-vars.sh` or `env-vars.ps1`
6. run `source env-vars.sh` or `env-vars.ps1` to set the environment variables