https://github.com/danilomurer/lazyvim-config
churrer's own neovim config
https://github.com/danilomurer/lazyvim-config
Last synced: 3 months ago
JSON representation
churrer's own neovim config
- Host: GitHub
- URL: https://github.com/danilomurer/lazyvim-config
- Owner: DaniloMurer
- License: apache-2.0
- Created: 2024-08-31T19:59:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:20:37.000Z (8 months ago)
- Last Synced: 2025-02-14T09:43:28.469Z (5 months ago)
- Language: Lua
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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