Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danilomurer/lazyvim-config
- Owner: DaniloMurer
- License: apache-2.0
- Created: 2024-08-31T19:59:50.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-01T17:20:37.000Z (7 days ago)
- Last Synced: 2024-11-01T18:24:02.281Z (7 days 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