https://github.com/patrick-web/lunarvim
My Lunarvim setup
https://github.com/patrick-web/lunarvim
Last synced: over 1 year ago
JSON representation
My Lunarvim setup
- Host: GitHub
- URL: https://github.com/patrick-web/lunarvim
- Owner: Patrick-web
- Created: 2022-04-29T09:52:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T09:54:41.000Z (about 4 years ago)
- Last Synced: 2025-01-15T20:55:36.492Z (over 1 year ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My custom lunarvim setup. Modified a lot of things that cannot be done from the config file
> clone to $HOME/.local/share/lunarvim
> Command to launch lunarvim
> `#!/bin/sh
export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"}"
export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-"$HOME/.config/lvim"}"
export LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-"$HOME/.cache/nvim"}"
exec nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" "$@"
`